ostree: 2022.1 -> 2022.2

This commit is contained in:
R. Ryantm 2022-03-05 14:25:03 +00:00 committed by Jan Tojnar
parent d81e16ccf6
commit 2b32a30deb

View file

@ -41,13 +41,13 @@ let
]));
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2022.1";
version = "2022.2";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "sha256-Q6AOeFaEK4o09mFvws4c4jjvQyEMykH3DmtLDSqfytU=";
sha256 = "sha256-duL1tXhNjLaG6QvjL87LtWxsaoJOA3ShpoILV3EDZ2s=";
};
patches = [