Skip to content

Commit

Permalink
rpm-ostree: 2020.8 -> 2021.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and jtojnar committed Feb 11, 2021
1 parent 6f23e01 commit c81739f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/rpm-ostree/default.nix
Expand Up @@ -40,13 +40,13 @@

stdenv.mkDerivation rec {
pname = "rpm-ostree";
version = "2020.8";
version = "2021.1";

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

src = fetchurl {
url = "https://github.com/coreos/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "1iyl6bjkj3drlwds579bh25xcmlwj9lkkbdmcdanq5b3shbmpyhi";
sha256 = "sha256-1GpM7IW27MgbXG6iVo5qnWaotwN1GgcXf7dFGRF8s0w=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit c81739f

Please sign in to comment.