tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
erofs-utils: 1.4 -> 1.5
authored by
R. Ryantm
and committed by
ehmry
3 years ago
12f818e3
bb6885f3
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
erofs-utils
default.nix
+2
-2
pkgs/os-specific/linux/erofs-utils/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "erofs-utils";
5
-
version = "1.4";
6
outputs = [ "out" "man" ];
7
8
src = fetchgit {
9
url =
10
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git";
11
rev = "v" + version;
12
-
sha256 = "sha256-yYMvtW6mQKGx+TZGzadbLX9pXU7vY5b4d1B8d5Ph6vk=";
13
};
14
15
nativeBuildInputs = [ autoreconfHook pkg-config ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "erofs-utils";
5
+
version = "1.5";
6
outputs = [ "out" "man" ];
7
8
src = fetchgit {
9
url =
10
"https://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofs-utils.git";
11
rev = "v" + version;
12
+
sha256 = "sha256-vMWAmGMJp0XDuc4sbo6Y7gfCQVAo4rETea0Tkdbg82U=";
13
};
14
15
nativeBuildInputs = [ autoreconfHook pkg-config ];