Commit 439a46e5 authored by Gabriel Arazas's avatar Gabriel Arazas
Browse files

fedora-backgrounds.f37: init at 37.0.5

parent d5ee0d99
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -48,4 +48,12 @@ in {
      hash = "sha256-DZr1YHltojl02X/3sErqB/29JBDy/7lDZKnHD+KouHc=";
    };
  };

  f37 = fedoraBackground rec {
    version = "37.0.5";
    src = fetchurl {
      url = "https://github.com/fedoradesign/backgrounds/releases/download/v${version}/f${lib.versions.major version}-backgrounds-${version}.tar.xz";
      hash = "sha256-bkjxJDDU0dZURKIK1sd+EOnPt9vvJ5HqHkc6OhPBBn0=";
    };
  };
}