Skip to content

Commit

Permalink
aquamarine: 0.4.1 -> 0.4.3 (#348436)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnRTitor authored Oct 14, 2024
2 parents c6a5917 + 65a767b commit 273062d
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.4.1";
version = "0.4.3";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "aquamarine";
rev = "v${finalAttrs.version}";
hash = "sha256-/NO/h/qD/eJXAQr/fHA4mdDgYsNT9thHQ+oT6KPi2ac=";
hash = "sha256-44bnoY0nAvbBQ/lVjmn511yL39Sv7SknV0BDxn34P3Q=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 273062d

Please sign in to comment.