Merge pull request #37163 from volth/patch-117

rpm: 4.14.0 -> 4.14.1
This commit is contained in:
Jörg Thalheim 2018-03-17 07:36:14 +00:00 committed by GitHub
commit 50c004a91c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,11 +5,11 @@
stdenv.mkDerivation rec {
name = "rpm-${version}";
version = "4.14.0";
version = "4.14.1";
src = fetchurl {
url = "http://ftp.rpm.org/releases/rpm-4.14.x/rpm-${version}.tar.bz2";
sha256 = "053396glswgszzg6wizn76vc8zc5m2bicw025vj44g0dc1aav806";
sha256 = "0fvrjq6jsvbllb5q6blchzh7p5flk61rz34g4g9mp9iwrhn0xx23";
};
outputs = [ "out" "dev" "man" ];