Unverified Commit a787f738 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprpaper: 0.8.3 -> 0.8.4 (#514934)

parents 5715298d 15ecf5d9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -37,13 +37,13 @@

gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprpaper";
  version = "0.8.3";
  version = "0.8.4";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprpaper";
    tag = "v${finalAttrs.version}";
    hash = "sha256-6N1JeQx9/M3XCcxErk24FLMxTgn8GH40fpckP8X3ons=";
    hash = "sha256-/4eWbt5XtOHzw3C9U0XPtoy8io03GxrEBd9znWMacbY=";
  };

  prePatch = ''