aquamarine: 0.4.4 -> 0.5.0

This commit is contained in:
R. Ryantm 2024-11-23 20:28:27 +00:00
parent 9ef8694ce2
commit 3b81fc76df

View File

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.4.4";
version = "0.5.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
rev = "v${finalAttrs.version}";
hash = "sha256-6DQM7jT2CzfxYceyrtcBQSL9BOEGfuin8GAyMjCpAzc=";
hash = "sha256-1Dxryiw8u2ejntxrrv3sMtIE8WHKxmlN4KeH+uMGbmc=";
};
nativeBuildInputs = [