aquamarine: 0.12.0 -> 0.12.1

This commit is contained in:
André Silva
2026-06-11 20:26:11 +01:00
parent cb66de93b3
commit df5eafdfb7
+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 = [