Skip to content

Commit

Permalink
hyprpaper: 0.7.3 -> 0.7.4 (NixOS#376464)
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman authored Jan 24, 2025
2 parents ec99e5e + bf73b96 commit 1de8742
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions pkgs/by-name/hy/hyprpaper/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
lib,
gcc14Stdenv,
fetchFromGitHub,
fetchpatch2,
cmake,
cairo,
expat,
Expand Down Expand Up @@ -33,24 +32,15 @@

gcc14Stdenv.mkDerivation (finalAttrs: {
pname = "hyprpaper";
version = "0.7.3";
version = "0.7.4";

src = fetchFromGitHub {
owner = "hyprwm";
repo = "hyprpaper";
rev = "v${finalAttrs.version}";
hash = "sha256-IRZ5NrKFwBVueYrZYUQfpTwp2rZHgAkPwgvdnfVBF8E=";
hash = "sha256-pmkJCzjflvsOytiu2mgn2wfSeyL6mTfoi214T4A2OZQ=";
};

patches = [
# FIXME: remove in next release
(fetchpatch2 {
name = "fix-hypr-wayland-scanner-0.4.4-build.patch";
url = "https://github.com/hyprwm/hyprpaper/commit/505e447b6c48e6b49f3aecf5da276f3cc5780054.patch?full_index=1";
hash = "sha256-Vk2P2O4XQiCYqV0KbK/ADe8KPmaTs3Mg7JRJ3cGW9lM=";
})
];

nativeBuildInputs = [
cmake
pkg-config
Expand Down

0 comments on commit 1de8742

Please sign in to comment.