Commit df033f98 authored by R. RyanTM's avatar R. RyanTM
Browse files

pop-hp-wallpapers: 0-unstable-2022-04-01 -> 0-unstable-2025-10-28

parent 186d6ace
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,15 +8,15 @@

stdenvNoCC.mkDerivation {
  pname = "pop-hp-wallpapers";
  version = "0-unstable-2022-04-01";
  version = "0-unstable-2025-10-28";

  src = fetchFromGitHub {
    owner = "pop-os";
    repo = "hp-wallpapers";
    rev = "df86078846b0a2a4e3e64f584aaf2a21be47a7eb";
    rev = "94f7df30f6bf1c3d71522018852d77c10b920ea3";
    forceFetchGit = true;
    fetchLFS = true;
    hash = "sha256-NGSvPC9GadqqqgGH9uDNAYuSwfagosmCAE6QmDtmdMw=";
    hash = "sha256-AthVQ9kQO+CvSH1xxz/U6WzAtpcXK1gvRwKyeo0vMSs=";
  };

  nativeBuildInputs = [ imagemagick ];