Skip to content

Commit 2a3b139

Browse files
msanftEmery Hemingway
authored andcommitted
erofs-utils: 1.8.1 -> 1.8.2
1 parent e662811 commit 2a3b139

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/filesystems/erofs-utils/default.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.1";
20+
version = "1.8.2";
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-Xb97SS92gkYrl6dxIdQ8p2Cc2Q5l+MlpMa78ggpvDaM=";
28+
hash = "sha256-ZLb/fomfYkgCg87mN4fzfw+cS+emvHoj1zSqqHOmz/Q=";
2929
};
3030

3131
nativeBuildInputs = [

0 commit comments

Comments
 (0)