ostree-full: 2024.8 -> 2024.10

This commit is contained in:
R. Ryantm
2024-12-21 02:03:15 +00:00
parent 8f85b83ec4
commit 02e0722c20
+2 -2
View File
@@ -45,13 +45,13 @@ let
]);
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2024.8";
version = "2024.10";
outputs = [ "out" "dev" "man" "installedTests" ];
src = fetchurl {
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
sha256 = "sha256-4hNuEWZp8RT/c0nxLimfY8C+znM0UWSUFKjc2FuGPD8=";
sha256 = "sha256-VOM4fe4f8WAxoGeayitg2pCrf0omwhGCIzPH8jAAq+4=";
};