lol

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

fsmon: 1.6.1 -> 1.7.0

authored by

Ryan Mulligan and committed by
GitHub
018e45e1 e6eb0dfa

+3 -3
+3 -3
pkgs/tools/misc/fsmon/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "fsmon"; 5 - version = "1.6.1"; 5 + version = "1.7.0"; 6 6 7 7 src = fetchFromGitHub { 8 8 owner = "nowsecure"; 9 9 repo = "fsmon"; 10 10 rev = version; 11 - sha256 = "1zpac37biy8jz8234q0krn7pjggz33k0grz590ravbjgfawm1ccy"; 11 + sha256 = "18p80nmax8lniza324kvwq06r4w2yxcq90ypk2kqym3bnv0jm938"; 12 12 }; 13 13 14 14 installPhase = '' ··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "FileSystem Monitor utility"; 20 - homepage = https://github.com/nowsecure/fsmon; 20 + homepage = "https://github.com/nowsecure/fsmon"; 21 21 license = licenses.mit; 22 22 maintainers = [ maintainers.dezgeg ]; 23 23 platforms = platforms.linux;