tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dpic: 2023.06.01 -> 2024.01.01
R. Ryantm
2 years ago
abe635ca
60cb88cc
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
graphics
dpic
default.nix
+2
-2
pkgs/tools/graphics/dpic/default.nix
···
2
3
stdenv.mkDerivation rec {
4
pname = "dpic";
5
-
version = "2023.06.01";
6
7
src = fetchurl {
8
url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz";
9
-
sha256 = "sha256-7sIGSHMsxEsO9b7nutY6cBxS59mrT3bepNNDQi2L+X4=";
10
};
11
12
# The prefix passed to configure is not used.
···
2
3
stdenv.mkDerivation rec {
4
pname = "dpic";
5
+
version = "2024.01.01";
6
7
src = fetchurl {
8
url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz";
9
+
sha256 = "sha256-FhkBrJr4bXMFUSuhtWSUBPtMgDoPqwYmJ8w8WJWthy8=";
10
};
11
12
# The prefix passed to configure is not used.