aquamarine: 0.9.2 -> 0.9.3

This commit is contained in:
R. Ryantm 2025-08-17 15:48:52 +00:00 committed by Masum Reza
parent cefe143479
commit a68f5e9ad3

View File

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.9.2";
version = "0.9.3";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
tag = "v${finalAttrs.version}";
hash = "sha256-4izhj1j7J4mE8LgljCXSIUDculqOsxxhdoC81VhqizM=";
hash = "sha256-ZIa0peLluZ0AVT0f6bMW+bRCIxMRUVlN798PE4iHRAw=";
};
nativeBuildInputs = [