Skip to content

Commit

Permalink
ostree: 2024.4 -> 2024.8
Browse files Browse the repository at this point in the history
ostree 2024.4 with curl 8.10.0 do not work, breaking
many downstrteam packages; such as flatpaks

ostreedev/ostree#3299
  • Loading branch information
rawkode committed Nov 4, 2024
1 parent f9d1d5f commit 76c8e15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/ostree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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=";
};


Expand Down

0 comments on commit 76c8e15

Please sign in to comment.