Skip to content

Commit

Permalink
snoop: 0.4.1 -> 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Dec 29, 2024
1 parent 8d57281 commit 99d994a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/sn/snoop/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@

stdenv.mkDerivation (finalAttrs: {
pname = "snoop";
version = "0.4.1";
version = "0.4.2";

src = fetchFromGitLab {
domain = "gitlab.gnome.org";
owner = "philippun1";
repo = "snoop";
rev = "refs/tags/${finalAttrs.version}";
hash = "sha256-v4+A0q04+THBJ+U5izICVhofXPEC3db73MzYonXcDvU=";
tag = finalAttrs.version;
hash = "sha256-M+wV6WYPtTbKXgBCOD/qN3LYAbpucwSAuKZQBVUjZo8=";
};

patchPhase = ''
Expand Down

0 comments on commit 99d994a

Please sign in to comment.