fnotifystat: 0.02.08 -> 0.02.09
This commit is contained in:
parent
cea1922f61
commit
b7fee99eb8
1 changed files with 2 additions and 2 deletions
|
@ -5,13 +5,13 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "fnotifystat";
|
||||
version = "0.02.08";
|
||||
version = "0.02.09";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ColinIanKing";
|
||||
repo = pname;
|
||||
rev = "V${version}";
|
||||
hash = "sha256-+vNBufCrXfMinEZhXDZJCwoI9zxrcTy0fOEdswoaNkw=";
|
||||
hash = "sha256-YyIk7x0B3JB/iMF9OP767fVEBgcV0duV7xIiHZxpL0w=";
|
||||
};
|
||||
|
||||
installFlags = [
|
||||
|
|
Loading…
Reference in a new issue