Skip to content

Commit 159cf2b

Browse files
committed
rpm-ostree: 2023.1 -> 2023.2
1 parent a36fdb5 commit 159cf2b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/tools/misc/rpm-ostree/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@
4040

4141
stdenv.mkDerivation rec {
4242
pname = "rpm-ostree";
43-
version = "2023.1";
43+
version = "2023.2";
4444

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

4747
src = fetchurl {
4848
url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
49-
hash = "sha256-JNLp1IHbIRpe3Au2iUsx7x065rirQlzT9bg7CoqHCyg=";
49+
hash = "sha256-/C5la0b1plfqnsfSnfoSkSROIlAcvAfeg4m/PYV2UnY=";
5050
};
5151

5252
nativeBuildInputs = [

0 commit comments

Comments
 (0)