ostree: 2022.5 -> 2022.6

This commit is contained in:
R. Ryantm 2022-10-08 00:01:43 +00:00
parent 473e97e434
commit 1659fbf322

View File

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