chore(update): bump hyprsunset to 0.3.2

This commit is contained in:
Zahid Kizmaz 2025-08-13 21:22:59 +02:00
parent bcd36fd8d0
commit 45c1c83a79

View File

@ -15,13 +15,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprsunset";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprsunset";
tag = "v${finalAttrs.version}";
hash = "sha256-Ctk7zophp8obM/u9S2c8a6nOWV+VeIzq6ma+dI5BE3s=";
hash = "sha256-eYLtZJayWWbKBC3u/gvDSqVyffuD+egryr7zPWRAeyY=";
};
postPatch = ''