Skip to content

Commit

Permalink
aquamarine: 0.4.1 -> 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Oct 14, 2024
1 parent d4f247e commit 65a767b
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 65a767b

Please sign in to comment.