rpm-ostree: 2019.1 -> 2019.2

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/rpm-ostree/versions
This commit is contained in:
R. RyanTM 2019-03-02 15:43:06 -08:00 committed by Frederik Rietdijk
parent 63c99f3d4f
commit d5f0acf3c3

View file

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
pname = "rpm-ostree";
version = "2019.1";
version = "2019.2";
src = fetchurl {
url = "https://github.com/projectatomic/${pname}/releases/download/v${version}/${pname}-${version}.tar.xz";
sha256 = "14qk8mq5yc67j3wl3fa9xnhh8ii8x5qdiavf7ybw7mp4ma4lwa8k";
sha256 = "0sxjlcq15avb0fv6v89z2xrqv095dck4k5s9f0pk6y7sm063n2pk";
};
patches = [