1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-06-10 18:12:34 +09:00

hyprprop: 0.1-unstable-2025-03-31 -> 0.1-unstable-2025-05-12

This commit is contained in:
R. Ryantm 2025-05-12 15:16:41 +00:00 committed by Masum Reza
parent e6edcaf73b
commit 3f4f2285f9

View file

@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "hyprprop";
version = "0.1-unstable-2025-03-31";
version = "0.1-unstable-2025-05-12";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "contrib";
rev = "bc2ad24e0b2e66c3e164994c4897cd94a933fd10";
hash = "sha256-YItzk1pj8Kz+b7VlC9zN1pSZ6CuX35asYy3HuMQ3lBQ=";
rev = "8e6c02ac3dfbff878ef300266598737ee9cedf94";
hash = "sha256-VKs/GtedyOrcWiEOf9JPPX6ZgKzngXTVMUlqsL60G/c=";
};
sourceRoot = "${finalAttrs.src.name}/hyprprop";