Merge pull request #204092 from r-ryantm/auto-update/fnotifystat

fnotifystat: 0.02.07 -> 0.02.08
This commit is contained in:
Fabian Affolter 2022-12-04 14:33:24 +01:00 committed by GitHub
commit 2cb169b440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,13 +1,17 @@
{ stdenv, lib, fetchFromGitHub }:
{ lib
, stdenv
, fetchFromGitHub
}:
stdenv.mkDerivation rec {
pname = "fnotifystat";
version = "0.02.07";
version = "0.02.08";
src = fetchFromGitHub {
owner = "ColinIanKing";
repo = pname;
rev = "V${version}";
sha256 = "sha256-5oYM1t+vmWywYRbgXI2RGQlOuNJluj2gwCMf3pTpDC0=";
hash = "sha256-+vNBufCrXfMinEZhXDZJCwoI9zxrcTy0fOEdswoaNkw=";
};
installFlags = [