Commit d5ee0d99 authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

fedora-backgrounds.f36: init at 36.1.2

parent 08a3a248
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -40,4 +40,12 @@ in {
    # Fix broken symlinks in the Xfce background directory.
    patches = [ ./f35-fix-xfce-path.patch ];
  };

  f36 = fedoraBackground rec {
    version = "36.1.2";
    src = fetchurl {
      url = "https://github.com/fedoradesign/backgrounds/releases/download/v${version}/f${lib.versions.major version}-backgrounds-${version}.tar.xz";
      hash = "sha256-DZr1YHltojl02X/3sErqB/29JBDy/7lDZKnHD+KouHc=";
    };
  };
}