3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #42271 from r-ryantm/auto-update/fnotifystat

fnotifystat: 0.02.00 -> 0.02.01
This commit is contained in:
Jörg Thalheim 2018-06-20 10:51:26 +01:00 committed by GitHub
commit 263d3aba8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,10 +2,10 @@
stdenv.mkDerivation rec {
name = "fnotifystat-${version}";
version = "0.02.00";
version = "0.02.01";
src = fetchurl {
url = "http://kernel.ubuntu.com/~cking/tarballs/fnotifystat/fnotifystat-${version}.tar.gz";
sha256 = "0sfzmggfhhhp3vxn1s61b5bacr2hz6r7y699n3nysdciaa2scgdq";
sha256 = "18p6rqb3bhs2ih6mnp57j0cyawjm0iwky6y3ays54alkxqaz8gmx";
};
installFlags = [ "DESTDIR=$(out)" ];
postInstall = ''