gswatcher: 1.7.2 -> 1.7.3

This commit is contained in:
R. Ryantm
2025-11-06 22:16:49 +00:00
parent b780d50910
commit e2e6826bed
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "gswatcher";
version = "1.7.2";
version = "1.7.3";
src = fetchFromGitHub {
owner = "lxndr";
repo = "gswatcher";
tag = "v${finalAttrs.version}";
hash = "sha256-qohd18bXr7gDSW51tCyslFX54Caux+YrsuJtoLs9Ofk=";
hash = "sha256-0iJTJkG+EhiOYZQiWBsT0TY/NC7fLny2dXbmYYWnuic=";
};
nativeBuildInputs = [