Merge pull request #109937 from r-ryantm/auto-update/dpic

dpic: 2020.09.15 -> 2021.01.01
gstqt5
Ryan Mulligan 2021-01-19 18:53:25 -08:00 committed by GitHub
commit 55d92f3d78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dpic";
version = "2020.09.15";
version = "2021.01.01";
src = fetchurl {
url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz";
sha256 = "0gmmp4dlir3bn892nm55a3q8cfsj8yg7fp1dixmhsdhsrgmg1b83";
sha256 = "sha256-vrBiTQqdaIslDd/WWMbdgornRkZmC2m+RF2J78F5Pm8=";
};
# The prefix passed to configure is not used.