aquamarine: 0.7.2 -> 0.8.0

This commit is contained in:
R. Ryantm
2025-03-18 01:35:29 +00:00
parent 7bff569ce4
commit 0d88b7fc01
+2 -2
View File
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.7.2";
version = "0.8.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
rev = "v${finalAttrs.version}";
hash = "sha256-ldWD4ci3LcBIfUN41qlBO/oR5chcsRLejMbSW8eH628=";
hash = "sha256-ybpV2+yNExdHnMhhhmtxqgBCgI+nRr8gi/D+VVb9lQY=";
};
nativeBuildInputs = [