aquamarine: 0.12.0 -> 0.12.1 (#530832)

This commit is contained in:
Donovan Glover
2026-06-11 20:22:53 +00:00
committed by GitHub
+2 -2
View File
@@ -23,13 +23,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.12.0";
version = "0.12.1";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
tag = "v${finalAttrs.version}";
hash = "sha256-TtAhxedbRAl1u6OyT+4eRxZ417G2NMJNoqEbIhjvWo0=";
hash = "sha256-cUQENbJn0PHQUttXame5+PbGGew+BckHZFTfpb8XGI8=";
};
nativeBuildInputs = [