aquamarine: 0.12.1 -> 0.13.0

This commit is contained in:
André Silva
2026-07-19 11:23:06 +01:00
parent 1efececa73
commit 4e592b9705

View File

@@ -23,13 +23,13 @@
}:
gcc15Stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.12.1";
version = "0.13.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
tag = "v${finalAttrs.version}";
hash = "sha256-cUQENbJn0PHQUttXame5+PbGGew+BckHZFTfpb8XGI8=";
hash = "sha256-zF1iJkBQSDWmRO4/LEeHR1SpKY0lqZaxkoQJpPS9K9U=";
};
nativeBuildInputs = [