tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fnotifystat: 0.02.09 -> 0.02.10
R. Ryantm
3 years ago
0948751f
45e44c56
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
os-specific
linux
fnotifystat
default.nix
+2
-2
pkgs/os-specific/linux/fnotifystat/default.nix
···
5
5
6
6
stdenv.mkDerivation rec {
7
7
pname = "fnotifystat";
8
8
-
version = "0.02.09";
8
8
+
version = "0.02.10";
9
9
10
10
src = fetchFromGitHub {
11
11
owner = "ColinIanKing";
12
12
repo = pname;
13
13
rev = "V${version}";
14
14
-
hash = "sha256-YyIk7x0B3JB/iMF9OP767fVEBgcV0duV7xIiHZxpL0w=";
14
14
+
hash = "sha256-bcb1kSpNZV7eTcEIcaoiqxB68kTc0TGFMIr1Aehy/Rc=";
15
15
};
16
16
17
17
installFlags = [