hyprsunset: 0.3.3 -> 0.4.0 (#544407)

This commit is contained in:
Masum Reza
2026-07-22 04:36:08 +00:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
}:
gcc16Stdenv.mkDerivation (finalAttrs: {
pname = "hyprsunset";
version = "0.3.3";
version = "0.4.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprsunset";
tag = "v${finalAttrs.version}";
hash = "sha256-Yk6nDzCXrOehX3At8qdZ0cLr1kPySqACsihMYuP6T8w=";
hash = "sha256-MhrVi5f6n9eJv8kcDngb8j2P5F3i5/GCR77+qIWnjf4=";
};
postPatch = ''