Merge pull request #92975 from r-ryantm/auto-update/fsmon

fsmon: 1.7.0 -> 1.8.1
This commit is contained in:
Mario Rodas 2020-07-12 22:18:42 -05:00 committed by GitHub
commit 5e6825612c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "fsmon";
version = "1.7.0";
version = "1.8.1";
src = fetchFromGitHub {
owner = "nowsecure";
repo = "fsmon";
rev = version;
sha256 = "18p80nmax8lniza324kvwq06r4w2yxcq90ypk2kqym3bnv0jm938";
sha256 = "0i7irqs4100j0g19jh64p2plbwipl6p3ld6w4sscc7n8lwkxmj03";
};
installPhase = ''