We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a36fdb5 commit 159cf2bCopy full SHA for 159cf2b
1 file changed
pkgs/tools/misc/rpm-ostree/default.nix
@@ -40,13 +40,13 @@
40
41
stdenv.mkDerivation rec {
42
pname = "rpm-ostree";
43
- version = "2023.1";
+ version = "2023.2";
44
45
outputs = [ "out" "dev" "man" "devdoc" ];
46
47
src = fetchurl {
48
url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
49
- hash = "sha256-JNLp1IHbIRpe3Au2iUsx7x065rirQlzT9bg7CoqHCyg=";
+ hash = "sha256-/C5la0b1plfqnsfSnfoSkSROIlAcvAfeg4m/PYV2UnY=";
50
};
51
52
nativeBuildInputs = [
0 commit comments