3
0
Fork 0
forked from mirrors/nixpkgs

fnotifystat: 0.02.01 -> 0.02.02

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/fnotifystat/versions
This commit is contained in:
R. RyanTM 2019-07-15 06:12:19 -07:00 committed by Frederik Rietdijk
parent f62c79c758
commit b498289741

View file

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