hyprsunset: 0.1.0 -> 0.2.0

This commit is contained in:
John Titor
2025-03-24 20:40:00 +05:30
committed by Masum Reza
parent d3eb77490d
commit e69dc31f94
+2 -2
View File
@@ -14,13 +14,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "hyprsunset";
version = "0.1.0";
version = "0.2.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprsunset";
tag = "v${finalAttrs.version}";
hash = "sha256-SVkcePzX9PAlWsPSGBaxiNFCouiQmGOezhMo0+zhDIQ=";
hash = "sha256-EIJka3UtSEtmkDBjYiGeR/hO6s6R4x3K+rbUlc9KPBE=";
};
postPatch = ''