lol

hyprsunset: 0.3.0 -> 0.3.1

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>

authored by

Austin Horstman and committed by
Masum Reza
38e13211 0422cbb3

+2 -2
+2 -2
pkgs/by-name/hy/hyprsunset/package.nix
··· 15 15 }: 16 16 stdenv.mkDerivation (finalAttrs: { 17 17 pname = "hyprsunset"; 18 - version = "0.3.0"; 18 + version = "0.3.1"; 19 19 20 20 src = fetchFromGitHub { 21 21 owner = "hyprwm"; 22 22 repo = "hyprsunset"; 23 23 tag = "v${finalAttrs.version}"; 24 - hash = "sha256-Cp5kHNfWFFyJpA5eRxZh/7fJcHU1uM2tBehQyeyKEUA="; 24 + hash = "sha256-Ctk7zophp8obM/u9S2c8a6nOWV+VeIzq6ma+dI5BE3s="; 25 25 }; 26 26 27 27 postPatch = ''