3
0
Fork 0
forked from mirrors/nixpkgs

ostree: 2022.6 -> 2022.7

This commit is contained in:
R. Ryantm 2022-11-27 00:16:50 +00:00
parent d1b6d2d0ab
commit 1b4e26ffd1

View file

@ -43,13 +43,13 @@ let
]));
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2022.6";
version = "2022.7";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "sha256-g170fZoLNaEMd//X8PvS4rh/fMy1iNonRCoF/3H/rYw=";
sha256 = "sha256-i+KpJhyU6LnsQRM4D/xID4WYJF+zIaAJutT65LgiQR8=";
};
patches = [