Skip to content

Commit b271afd

Browse files
committed
erofs-utils: 1.8.7 -> 1.8.9
1 parent 223bee0 commit b271afd

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
@@ -19,7 +19,7 @@
1919

2020
stdenv.mkDerivation (finalAttrs: {
2121
pname = "erofs-utils";
22-
version = "1.8.7";
22+
version = "1.8.9";
2323
outputs = [
2424
"out"
2525
"man"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
3030

3131
src = fetchurl {
3232
url = "https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git/snapshot/erofs-utils-${finalAttrs.version}.tar.gz";
33-
hash = "sha256-2ElBqDNpqRKPLVezAUqshuY8oasDAAqfW7IccD8Q0nI=";
33+
hash = "sha256-FFpvf+SUGBTTAJnDVoRI03yBnM0DD8W/vKqyETTmF24=";
3434
};
3535

3636
nativeBuildInputs = [

0 commit comments

Comments
 (0)