dpic: 2023.02.01 -> 2023.06.01

This commit is contained in:
R. Ryantm 2023-08-10 03:56:28 +00:00
parent 246b5c28a2
commit 11cb8539dc

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "dpic";
version = "2023.02.01";
version = "2023.06.01";
src = fetchurl {
url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz";
sha256 = "sha256-0Fn/KMBFUgZsFk+xRv7o4BAblT5G51kZs9z6qZsDGuY=";
sha256 = "sha256-7sIGSHMsxEsO9b7nutY6cBxS59mrT3bepNNDQi2L+X4=";
};
# The prefix passed to configure is not used.