Commit 89355918 authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

aquamarine: 0.9.3 -> 0.9.4

parent 94b167fc
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -23,13 +23,13 @@
}:
stdenv.mkDerivation (finalAttrs: {
  pname = "aquamarine";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "aquamarine";
    tag = "v${finalAttrs.version}";
    hash = "sha256-ZIa0peLluZ0AVT0f6bMW+bRCIxMRUVlN798PE4iHRAw=";
    hash = "sha256-POePremlUY5GyA1zfbtic6XLxDaQcqHN6l+bIxdT5gc=";
  };

  nativeBuildInputs = [