Skip to content

Commit 76c8e15

Browse files
committed
ostree: 2024.4 -> 2024.8
ostree 2024.4 with curl 8.10.0 do not work, breaking many downstrteam packages; such as flatpaks ostreedev/ostree#3299
1 parent f9d1d5f commit 76c8e15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/tools/misc/ostree/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@ let
4141
]);
4242
in stdenv.mkDerivation rec {
4343
pname = "ostree";
44-
version = "2024.4";
44+
version = "2024.8";
4545

4646
outputs = [ "out" "dev" "man" "installedTests" ];
4747

4848
src = fetchurl {
4949
url = "https://github.com/ostreedev/ostree/releases/download/v${version}/libostree-${version}.tar.xz";
50-
sha256 = "sha256-Y8kZCCEzOsc3Pg2SPkwnZrJevc/fTvtEy1koxlidn8s=";
50+
sha256 = "sha256-4hNuEWZp8RT/c0nxLimfY8C+znM0UWSUFKjc2FuGPD8=";
5151
};
5252

5353

0 commit comments

Comments
 (0)