Unverified Commit 80ca2e1f authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hyprpaper: 0.8.1 -> 0.8.1-unstable-2026-01-08 (#479990)

parents 295121ac e567b2b4
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -36,13 +36,13 @@

gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprpaper";
  version = "0.8.1";
  version = "0.8.1-unstable-2026-01-08";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprpaper";
    rev = "v${finalAttrs.version}";
    hash = "sha256-RDeDDRgmMnmEKJalIovpXKu9urHuCvH8tHP4RsplyXs=";
    rev = "2953d963bec2ea63b4303e269b472524db46a121";
    hash = "sha256-vxAZg+NzAKuWZv2yDrTcXrU+klpAcGFo1FvjYb/CqZ8=";
  };

  prePatch = ''