aquamarine: 0.3.3 -> 0.4.0

https://github.com/hyprwm/aquamarine/releases/tag/v0.4.0
This commit is contained in:
John Titor 2024-09-02 16:09:32 +00:00
parent c058bd0f57
commit 32dc3b45b5
No known key found for this signature in database
GPG Key ID: 29B0514F4E3C1CC0

View File

@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.3.3";
version = "0.4.0";
src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
rev = "v${finalAttrs.version}";
hash = "sha256-zushuLkBblDZGVo2qbiMTJ51LSkqYJpje/R2dvfec1U=";
hash = "sha256-EaKtf4mESHvHF2ak5Lt7ycSTLqdjI+Ry+zWpQaPqgD8=";
};
nativeBuildInputs = [