Commit dfa694f9 authored by R. RyanTM's avatar R. RyanTM
Browse files

rpm-ostree: 2023.3 -> 2023.4

parent c4ad7209
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
  pname = "rpm-ostree";
  version = "2023.3";
  version = "2023.4";

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

  src = fetchurl {
    url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
    hash = "sha256-qIkGQqU+6EbSKmHwjZe+A1XsIZVnBQyM28DN9GFP/qE=";
    hash = "sha256-xk06T4A451o5C5rquCvQEpGKCw8AcBVf49Lg8VD0GdE=";
  };

  nativeBuildInputs = [