Unverified Commit 7c7a2c73 authored by rewine's avatar rewine Committed by GitHub
Browse files

Merge pull request #335220 from dxwil/update-hyprpaper

hyprpaper: 0.7.0 -> 0.7.1
parents 34b2fc7b 0591a7e0
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -22,24 +22,25 @@
, util-linux
, wayland
, wayland-protocols
, wayland-scanner
, hyprwayland-scanner
, hyprutils
}:

stdenv.mkDerivation (finalAttrs: {
  pname = "hyprpaper";
  version = "0.7.0";
  version = "0.7.1";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprpaper";
    rev = "v${finalAttrs.version}";
    hash = "sha256-l13c8ALA7ZKDgluYA1C1OfkDGYD6e1/GR6LJnxCLRhA=";
    hash = "sha256-HIK7XJWQCM0BAnwW5uC7P0e7DAkVTy5jlxQ0NwoSy4M=";
  };

  nativeBuildInputs = [
    cmake
    pkg-config
    wayland-scanner
    hyprwayland-scanner
  ];

  buildInputs = [
@@ -62,6 +63,7 @@ stdenv.mkDerivation (finalAttrs: {
    util-linux
    wayland
    wayland-protocols
    hyprutils
  ];

  prePatch = ''