mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 20:55:31 +03:00
hyprprop: 0.1-unstable-2025-05-12 -> 0.1-unstable-2025-05-18
This commit is contained in:
parent
4fedf57b14
commit
ac26f78d1b
1 changed files with 3 additions and 3 deletions
|
@ -14,13 +14,13 @@
|
||||||
}:
|
}:
|
||||||
stdenvNoCC.mkDerivation (finalAttrs: {
|
stdenvNoCC.mkDerivation (finalAttrs: {
|
||||||
pname = "hyprprop";
|
pname = "hyprprop";
|
||||||
version = "0.1-unstable-2025-05-12";
|
version = "0.1-unstable-2025-05-18";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "hyprwm";
|
owner = "hyprwm";
|
||||||
repo = "contrib";
|
repo = "contrib";
|
||||||
rev = "8e6c02ac3dfbff878ef300266598737ee9cedf94";
|
rev = "910dad4c5755c1735d30da10c96d9086aa2a608d";
|
||||||
hash = "sha256-VKs/GtedyOrcWiEOf9JPPX6ZgKzngXTVMUlqsL60G/c=";
|
hash = "sha256-PMQoXbfmWPuXnF8EaWqRmvTvl7+WFUrDVgufFRPgOM4=";
|
||||||
};
|
};
|
||||||
|
|
||||||
sourceRoot = "${finalAttrs.src.name}/hyprprop";
|
sourceRoot = "${finalAttrs.src.name}/hyprprop";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue