ostree: 2020.4 -> 2020.5

This commit is contained in:
R. RyanTM 2020-08-23 16:53:59 +00:00 committed by Jan Tojnar
parent ff875a967f
commit 22f30f8553

View file

@ -39,13 +39,13 @@ let
]));
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2020.4";
version = "2020.5";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "0s13cjrpx5r1dc9j9c9924zak45wl9nlbg9hiwgpsal80l92c39n";
sha256 = "1k92177hjalbdpmg45ymwwrni68vh9rs5x9zvy5fzl9lng12fgpb";
};
patches = [