dpic: 2023.06.01 -> 2024.01.01
This commit is contained in:
parent
60cb88cc49
commit
abe635cabf
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "dpic";
|
||||
version = "2023.06.01";
|
||||
version = "2024.01.01";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz";
|
||||
sha256 = "sha256-7sIGSHMsxEsO9b7nutY6cBxS59mrT3bepNNDQi2L+X4=";
|
||||
sha256 = "sha256-FhkBrJr4bXMFUSuhtWSUBPtMgDoPqwYmJ8w8WJWthy8=";
|
||||
};
|
||||
|
||||
# The prefix passed to configure is not used.
|
||||
|
|
Loading…
Reference in a new issue