gswatcher: 1.7.1 -> 1.7.2 (#380397)

Co-authored-by: pluiedev <hi@pluie.me>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-02-08 18:13:50 +00:00 committed by GitHub
commit 1c7d92f05a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gswatcher";
version = "1.7.1";
version = "1.7.2";
src = fetchFromGitHub {
owner = "lxndr";
repo = "gswatcher";
tag = "v${finalAttrs.version}";
hash = "sha256-U09vovOanYmDl5ymFC3bXU8pi8aUq2tPUE5AEoqmfpc=";
hash = "sha256-qohd18bXr7gDSW51tCyslFX54Caux+YrsuJtoLs9Ofk=";
};
nativeBuildInputs = [