Unverified Commit 83dfdf24 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

hyprcursor: 0.1.10 -> 0.1.11 (#367335)

parents 297e5bb0 9aa4c851
Loading
Loading
Loading
Loading
+2 −11
Original line number Diff line number Diff line
@@ -11,17 +11,16 @@
  xcur2png,
  tomlplusplus,
  nix-update-script,
  fetchpatch,
}:
gcc14Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprcursor";
  version = "0.1.10";
  version = "0.1.11";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprcursor";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-NqihN/x8T4+wumSP1orwCCdEmD2xWgLR5QzfY+kAtuU=";
    hash = "sha256-LOTmvTIxmaWtXF8OP6b6oENSdG/quWxhsO3dJQACBUw=";
  };

  nativeBuildInputs = [
@@ -44,14 +43,6 @@ gcc14Stdenv.mkDerivation (finalAttrs: {
    "lib"
  ];

  patches = [
    # NOTE: remove after next release
    (fetchpatch {
      name = "001-add-fstream-include";
      url = "https://github.com/hyprwm/hyprcursor/commit/c18572a92eb39e4921b4f4c2bca8521b6f701b58.patch";
      hash = "sha256-iHRRd/18xEAgvJgmZeSzMp53s+zdIpuaP/sayRfcft4=";
    })
  ];
  passthru.updateScript = nix-update-script { };

  meta = {