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

fsmon: 1.8.1 -> 1.8.2
This commit is contained in:
Mario Rodas 2020-10-30 07:47:36 -05:00 committed by GitHub
commit 8464bd73df
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.8.1";
version = "1.8.2";
src = fetchFromGitHub {
owner = "nowsecure";
repo = "fsmon";
rev = version;
sha256 = "0i7irqs4100j0g19jh64p2plbwipl6p3ld6w4sscc7n8lwkxmj03";
sha256 = "0y0gqb07girhz3r7gn9yrrysvhj5fapdafim0q8n7krk5y23hmh0";
};
installPhase = ''