Merge pull request #302484 from r-ryantm/auto-update/rpm-ostree

rpm-ostree: 2023.7 -> 2024.4
This commit is contained in:
Matthias Beyer 2024-04-17 17:29:35 +02:00 committed by GitHub
commit 0e874270e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -40,13 +40,13 @@
stdenv.mkDerivation rec {
pname = "rpm-ostree";
version = "2023.7";
version = "2024.4";
outputs = [ "out" "dev" "man" "devdoc" ];
src = fetchurl {
url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
hash = "sha256-OL1PEXGqPbMWFcCTkjRAUk+7zbGTQiwQqmgmkEgfgHE=";
hash = "sha256-7gEHr0niDCjYaZAEB2tUuFVy5wIROCanHyL/HkbZkbw=";
};
nativeBuildInputs = [