hyprprop: 0.1-unstable-2025-01-29 -> 0.1-unstable-2025-02-13 (#381986)

This commit is contained in:
Weijia Wang 2025-02-14 15:28:34 +01:00 committed by GitHub
commit 06a32bb26d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "hyprprop";
version = "0.1-unstable-2025-01-29";
version = "0.1-unstable-2025-02-13";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "contrib";
rev = "d449f6e1fc31084437ebc0c45057ee656f593efd";
hash = "sha256-8ytokHHcKusbspRaiGP38s7fHU105JRvO9GRTzcRklg=";
rev = "59178a657b7e09ddf82b9e79681f482b6c2f378b";
hash = "sha256-kXdVW89VJoG+W6N1u0m8hgK2VIWUAweQVzehRZwdNSo=";
};
sourceRoot = "${finalAttrs.src.name}/hyprprop";