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.
1 parent e662811 commit 2a3b139Copy full SHA for 2a3b139
pkgs/tools/filesystems/erofs-utils/default.nix
@@ -17,15 +17,15 @@
17
18
stdenv.mkDerivation (finalAttrs: {
19
pname = "erofs-utils";
20
- version = "1.8.1";
+ version = "1.8.2";
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-Xb97SS92gkYrl6dxIdQ8p2Cc2Q5l+MlpMa78ggpvDaM=";
+ hash = "sha256-ZLb/fomfYkgCg87mN4fzfw+cS+emvHoj1zSqqHOmz/Q=";
29
};
30
31
nativeBuildInputs = [
0 commit comments