fsmon: 1.8.6 -> 1.8.8

This commit is contained in:
R. Ryantm 2025-05-06 19:53:47 +00:00
parent e7072d135f
commit 0be588e1fa

View file

@ -6,13 +6,13 @@
stdenv.mkDerivation rec {
pname = "fsmon";
version = "1.8.6";
version = "1.8.8";
src = fetchFromGitHub {
owner = "nowsecure";
repo = "fsmon";
tag = version;
hash = "sha256-m0Bu1lT3KH4ytkpEakI7fvRHV1kmgaXS71+wmNGmEl8=";
hash = "sha256-WxOPNc939qwrdDNC3v3pmcltd8MnM8Gsu8t6VR/ZWYY=";
};
installPhase = ''