Skip to content

Commit

Permalink
aquamarine: 0.5.0 -> 0.5.1 (NixOS#367355)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Dec 23, 2024
2 parents 879921a + 4efdc43 commit 9d99eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/aq/aquamarine/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
pname = "aquamarine";
version = "0.5.0";
version = "0.5.1";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
rev = "v${finalAttrs.version}";
hash = "sha256-1Dxryiw8u2ejntxrrv3sMtIE8WHKxmlN4KeH+uMGbmc=";
hash = "sha256-Gxv1kTz5jEvIzmkF6XgsdKglL2jmjJOQdZ+hO9uVnlQ=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 9d99eae

Please sign in to comment.