We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cb020b + 096ab96 commit 986fa64Copy full SHA for 986fa64
pkgs/by-name/er/erofs-utils/package.nix
@@ -17,15 +17,15 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "erofs-utils";
20
- version = "1.8.3";
+ version = "1.8.4";
21
outputs = [
22
"out"
23
"man"
24
];
25
26
src = fetchurl {
27
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=";
+ hash = "sha256-eRWHqgdLufn6IYx2LMH2CwFeL1G8ss6R9oLwQ4VqtJQ=";
29
};
30
31
nativeBuildInputs = [
0 commit comments