We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa8c088 + b271afd commit c4b9e31Copy full SHA for c4b9e31
pkgs/by-name/er/erofs-utils/package.nix
@@ -19,7 +19,7 @@
19
20
stdenv.mkDerivation (finalAttrs: {
21
pname = "erofs-utils";
22
- version = "1.8.7";
+ version = "1.8.9";
23
outputs = [
24
"out"
25
"man"
@@ -30,7 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
30
31
src = fetchurl {
32
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=";
+ hash = "sha256-FFpvf+SUGBTTAJnDVoRI03yBnM0DD8W/vKqyETTmF24=";
34
};
35
36
nativeBuildInputs = [
0 commit comments