Merge pull request #82698 from zowoq/ostree

ostree: 2020.2 -> 2020.3
This commit is contained in:
Jan Tojnar 2020-03-16 04:07:37 +01:00 committed by GitHub
commit a077102dfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -37,13 +37,13 @@ let
]));
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2020.2";
version = "2020.3";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "0bbk0sg4m38g7j00hy358p2azxas87minpgz3avwma6jsylj1qjg";
sha256 = "01cch4as23xspq6pck59al7x5jj60wl21g8p3iqbdxcjl1p3jxsq";
};
patches = [