tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
afuse: 0.4.1 -> 0.5.0
R. Ryantm
2 years ago
017228b7
907f5f46
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
afuse
default.nix
+2
-2
pkgs/os-specific/linux/afuse/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "afuse";
5
-
version = "0.4.1";
6
7
src = fetchFromGitHub {
8
owner = "pcarrier";
9
repo = "afuse";
10
rev = "v${version}";
11
-
sha256 = "06i855h8a1w2jfly2gfy7vwhb2fp74yxbf3r69s28lki2kzwjar6";
12
};
13
14
nativeBuildInputs = [ autoreconfHook pkg-config ];
···
2
3
stdenv.mkDerivation rec {
4
pname = "afuse";
5
+
version = "0.5.0";
6
7
src = fetchFromGitHub {
8
owner = "pcarrier";
9
repo = "afuse";
10
rev = "v${version}";
11
+
sha256 = "sha256-KpysJRvDx+12BSl9pIGRqbJAM4W1NbzxMgDycGCr2RM=";
12
};
13
14
nativeBuildInputs = [ autoreconfHook pkg-config ];