Skip to content

Commit 986fa64

Browse files
authored
erofs-utils: 1.8.3 -> 1.8.4 (NixOS#370483)
2 parents 2cb020b + 096ab96 commit 986fa64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/er/erofs-utils/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717

1818
stdenv.mkDerivation (finalAttrs: {
1919
pname = "erofs-utils";
20-
version = "1.8.3";
20+
version = "1.8.4";
2121
outputs = [
2222
"out"
2323
"man"
2424
];
2525

2626
src = fetchurl {
2727
url = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${finalAttrs.version}.tar.gz";
28-
hash = "sha256-PFzANgPqCLqa5eBCDurqX/F+0p4igGhTEDVsvyUwToU=";
28+
hash = "sha256-eRWHqgdLufn6IYx2LMH2CwFeL1G8ss6R9oLwQ4VqtJQ=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)