snoop: 0.4 -> 0.4.1 (#351329)

This commit is contained in:
Artturin 2024-10-27 05:40:23 +02:00 committed by GitHub
commit 6554aba217
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,14 +20,14 @@
stdenv.mkDerivation (finalAttrs: {
pname = "snoop";
version = "0.4";
version = "0.4.1";
src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "philippun1";
repo = "snoop";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-JrSUGxhlr4wCGoh589AkPRhNmfsi7msv9EO2k1pHlKY=";
hash = "sha256-v4+A0q04+THBJ+U5izICVhofXPEC3db73MzYonXcDvU=";
};
patchPhase = ''