hyprsunset: 0-unstable-2024-10-08 -> 0.1.0 (#355440)

This commit is contained in:
Masum Reza 2024-11-13 08:10:02 +05:30 committed by GitHub
commit fc3fa30f42
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,16 +10,16 @@
wayland,
wayland-protocols,
wayland-scanner,
unstableGitUpdater,
nix-update-script,
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprsunset";
version = "0-unstable-2024-10-08";
version = "0.1.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprsunset";
rev = "f535c1894d71d7639d19b52f5b72e1ac840c2512";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-SVkcePzX9PAlWsPSGBaxiNFCouiQmGOezhMo0+zhDIQ=";
};
@ -38,7 +38,7 @@ stdenv.mkDerivation (finalAttrs: {
];
passthru = {
updateScript = unstableGitUpdater { };
updateScript = nix-update-script { };
};
meta = {