summaryrefslogtreecommitdiff
path: root/upstream
diff options
context:
space:
mode:
authorMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-03 18:06:29 +0100
committerMarek Paśnikowski <marek@marekpasnikowski.pl>2025-03-03 18:06:29 +0100
commit32ddd812b9dbe8fe718ce078d418c6f6d32e44d3 (patch)
tree74fe31ce1060ef2dadfe36ee1fb9f4c8a2a753e2 /upstream
parente780ee34c961ddd94248cf0c21162f1c9c64e675 (diff)
nbfc-linux: simplify version implementation
Diffstat (limited to 'upstream')
-rw-r--r--upstream/packages/nbfc.scm9
1 files changed, 4 insertions, 5 deletions
diff --git a/upstream/packages/nbfc.scm b/upstream/packages/nbfc.scm
index 8e62c9d..c34ecad 100644
--- a/upstream/packages/nbfc.scm
+++ b/upstream/packages/nbfc.scm
@@ -13,22 +13,21 @@
#:use-module (guix packages))
(define-public nbfc-linux
- (let ((version "0.1.12")
- (commit "a7d0bb68e934ab88906a9410363b6481a2afca4d")
+ (let ((version "0.2.7")
(revision "0"))
(package
(name "nbfc-linux")
- (version (git-version version revision commit))
+ (version version)
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/nbfc-linux/nbfc-linux")
- (commit commit)))
+ (commit version)))
(file-name (git-file-name name version))
(patches (list (local-file "nbfc.patch")))
(sha256
(base32
- "04spib9j9218vyhv5mbdd0p5bxsn1gxbh0kcbl5vgqig5r6nzkf7"))))
+ "1ksypi6xagsjzsl583f2zrcihfg4pn380nrm0sy5rlr127zxdlnn"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags (list (string-append "CC="