rpm: 4.14.0 -> 4.14.1

This commit is contained in:
volth 2018-03-16 10:08:46 +00:00 committed by GitHub
parent 01014713bf
commit e47175638b
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" ];