1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

Merge pull request #77018 from r-ryantm/auto-update/di

di: 4.47.2 -> 4.47.3
This commit is contained in:
markuskowa 2020-01-06 12:50:36 +01:00 committed by GitHub
commit 15b6bd41f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "di";
version = "4.47.2";
version = "4.47.3";
src = fetchurl {
url = "https://gentoo.com/${pname}/${pname}-${version}.tar.gz";
sha256 = "1g97pp2hznskqlkhl6ppyzgdmv878bcqiwh633kdnm70d1pvh192";
sha256 = "0m4npba50sf5s61g5z3xd2r7937zwja941f2h3f081xi24c2hfck";
};
makeFlags = [ "INSTALL_DIR=$(out)" ];