ostree: 2024.4 -> 2024.8 (#353599)

This commit is contained in:
Masum Reza 2024-11-05 08:42:38 +05:30 committed by GitHub
commit 7695a1e9a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -41,13 +41,13 @@ let
]);
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2024.4";
version = "2024.8";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "sha256-Y8kZCCEzOsc3Pg2SPkwnZrJevc/fTvtEy1koxlidn8s=";
sha256 = "sha256-4hNuEWZp8RT/c0nxLimfY8C+znM0UWSUFKjc2FuGPD8=";
};