Skip to content

Commit

Permalink
ostree: 2024.4 → 2024.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed May 4, 2024
1 parent 12e11bf commit 4593aea
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 @@ -43,13 +43,13 @@ let
]);
in stdenv.mkDerivation rec {
pname = "ostree";
version = "2024.4";
version = "2024.5";

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-vBLYST22QVIJPuW+d89iopzGekqeQw3JhxA+eKraSm8=";
};

patches = [
Expand Down

0 comments on commit 4593aea

Please sign in to comment.