summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorHerman Rimm <herman@rimm.ee>2025-05-26 18:52:34 +0200
committerAndreas Enge <andreas@enge.fr>2025-06-02 13:26:09 +0200
commit45ed39318eca21039fe11ced2d055499a6efa816 (patch)
tree221f40cc6bd9403fdaca38b8435717f0d9c5505e /gnu/packages
parent93ec4131b6ea489b17622d25bd7a5194ac7eedae (diff)
gnu: heimdall: Update to 2.2.1.
* gnu/packages/flashing-tools.scm (heimdall): Update to 2.2.1. [source]: Fetch from https://git.sr.ht/~grimler/Heimdall. [arguments]: Set #:qtbase. [inputs]: Remove qtbase-5. Upgrade qtwayland-5 to qtwayland. [native-inputs]: Add pkg-config. Change-Id: I2b99926626b553f9f5ef50e62ae559174f9873ab Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/flashing-tools.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/flashing-tools.scm b/gnu/packages/flashing-tools.scm
index e99a38ec2d7..2ea3fcdd1f6 100644
--- a/gnu/packages/flashing-tools.scm
+++ b/gnu/packages/flashing-tools.scm
@@ -344,19 +344,20 @@ RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.")
344(define-public heimdall 344(define-public heimdall
345 (package 345 (package
346 (name "heimdall") 346 (name "heimdall")
347 (version "1.4.2") 347 (version "2.2.1")
348 (source (origin 348 (source (origin
349 (method git-fetch) 349 (method git-fetch)
350 (uri (git-reference 350 (uri (git-reference
351 (url "https://gitlab.com/BenjaminDobell/Heimdall.git") 351 (url "https://git.sr.ht/~grimler/Heimdall")
352 (commit (string-append "v" version)))) 352 (commit (string-append "v" version))))
353 (file-name (git-file-name name version)) 353 (file-name (git-file-name name version))
354 (sha256 354 (sha256
355 (base32 355 (base32
356 "1ygn4snvcmi98rgldgxf5hwm7zzi1zcsihfvm6awf9s6mpcjzbqz")))) 356 "08sxn48jljrcily77g8yj89rhzwk0gjrz9lkglgrwl587x6q7sf7"))))
357 (build-system qt-build-system) 357 (build-system qt-build-system)
358 (arguments 358 (arguments
359 `(#:build-type "Release" 359 `(#:build-type "Release"
360 #:qtbase ,qtbase
360 #:tests? #f ; no tests 361 #:tests? #f ; no tests
361 #:phases 362 #:phases
362 (modify-phases %standard-phases 363 (modify-phases %standard-phases
@@ -377,7 +378,8 @@ RK3036, RK3066, RK312X, RK3168, RK3188, RK3288, RK3368.")
377 (install-file "libpit/libpit.a" lib) 378 (install-file "libpit/libpit.a" lib)
378 #t)))))) 379 #t))))))
379 (inputs 380 (inputs
380 (list libusb qtbase-5 qtwayland-5 zlib)) 381 (list libusb qtwayland zlib))
382 (native-inputs (list pkg-config))
381 (home-page "https://glassechidna.com.au/heimdall/") 383 (home-page "https://glassechidna.com.au/heimdall/")
382 (synopsis "Flash firmware onto Samsung mobile devices") 384 (synopsis "Flash firmware onto Samsung mobile devices")
383 (description "@command{heimdall} is a tool suite used to flash firmware (aka 385 (description "@command{heimdall} is a tool suite used to flash firmware (aka