summaryrefslogtreecommitdiffstats
path: root/pkgs/os-specific
diff options
context:
space:
mode:
authorEmery Hemingway <ehmry@posteo.net>2021-01-26 12:46:47 +0100
committerEmery Hemingway <ehmry@posteo.net>2021-01-26 12:46:47 +0100
commit13a6565c4c5fd34c4dcaf3fc06471a49e100b8ab (patch)
tree1e7c0cb9242364545feba43931fb9cb12f61b775 /pkgs/os-specific
parent39a5e2c76bc457cfca1dc6b91a15aed98f475d5e (diff)
erofs-utils: 1.2 -> 1.2.1
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r--pkgs/os-specific/linux/erofs-utils/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/os-specific/linux/erofs-utils/default.nix b/pkgs/os-specific/linux/erofs-utils/default.nix
index e1ff63bce773..73e50c5740bc 100644
--- a/pkgs/os-specific/linux/erofs-utils/default.nix
+++ b/pkgs/os-specific/linux/erofs-utils/default.nix
@@ -2,14 +2,14 @@
stdenv.mkDerivation rec {
pname = "erofs-utils";
- version = "1.2";
+ version = "1.2.1";
outputs = [ "out" "man" ];
src = fetchgit {
url =
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git";
rev = "v" + version;
- sha256 = "07hvijq2hsn3gg1kb8abrfk23n83j57yx8kyv4wqgwhhvd30myjc";
+ sha256 = "1vb4mxsb59g29x7l22cffsqa8x743sra4j5zbmx89hjwpwm9vvcg";
};
buildInputs = [ autoreconfHook pkg-config fuse libuuid lz4 ];