Skip to content

Commit

Permalink
dpic: 2023.06.01 -> 2024.01.01
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Apr 27, 2024
1 parent 60cb88c commit abe635c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/graphics/dpic/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit abe635c

Please sign in to comment.