me
/
guix
Archived
1
0
Fork 0

gnu: bcachefs-tools: Update to 1.2-0.1e35840.

* gnu/packages/file-systems.scm (bcachefs-tools): Update to 1.2-0.1e35840.
master
Tobias Geerinckx-Rice 2023-09-24 02:00:00 +02:00
parent f5e349ceb2
commit aaa0a4c636
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 6 additions and 4 deletions

View File

@ -575,18 +575,20 @@ from a mounted file system.")
(license license:gpl2+))) (license license:gpl2+)))
(define-public bcachefs-tools (define-public bcachefs-tools
(let ((commit "1e358401ecdf1963e5799de19ab69111e82e5ebc")
(revision "0"))
(package (package
(name "bcachefs-tools") (name "bcachefs-tools")
(version "1.2") (version (git-version "1.2" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://evilpiepirate.org/git/bcachefs-tools.git") (url "https://evilpiepirate.org/git/bcachefs-tools.git")
(commit (string-append "v" version)))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0wgqclkkdkqis3aq6wp0kcn1bsynybm3dnpcf7vlcvx85kdmcxg8")))) (base32 "0bflgqb3q9jikyyrv6hywv6m1fapzzn874hlhf86pn6abxrlf5fa"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
(list #:make-flags (list #:make-flags
@ -662,7 +664,7 @@ multiple block devices for replication and/or performance, similar to RAID.
In addition, bcachefs provides all the functionality of bcache, a block-layer In addition, bcachefs provides all the functionality of bcache, a block-layer
caching system, and lets you assign different roles to each device based on its caching system, and lets you assign different roles to each device based on its
performance and other characteristics.") performance and other characteristics.")
(license license:gpl2+))) (license license:gpl2+))))
(define-public bcachefs-tools/static (define-public bcachefs-tools/static
(package (package