Skip to content

Commit

Permalink
rpm-ostree: 2024.7 -> 2024.8 (#341958)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Sep 25, 2024
2 parents 454fa2b + 7f935f5 commit 2958fa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/rpm-ostree/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
pname = "rpm-ostree";
version = "2024.7";
version = "2024.8";

outputs = [ "out" "dev" "man" "devdoc" ];

src = fetchurl {
url = "https://github.com/coreos/rpm-ostree/releases/download/v${version}/rpm-ostree-${version}.tar.xz";
hash = "sha256-Ehh6304Uhhom7aAvSDS2UYKyyJKr4XQF70CX7Pk3yAg=";
hash = "sha256-6aCGP3SJ0DegmhiQkiqBr733C5vuDGTjLMaxNtai3G0=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 2958fa2

Please sign in to comment.