lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

dpic: 2021.01.01 -> 2021.11.01

authored by

R. Ryantm and committed by
Jonathan Ringer
9b0c8a9d 585db988

+2 -2
+2 -2
pkgs/tools/graphics/dpic/default.nix
··· 2 2 3 3 stdenv.mkDerivation rec { 4 4 pname = "dpic"; 5 - version = "2021.01.01"; 5 + version = "2021.11.01"; 6 6 7 7 src = fetchurl { 8 8 url = "https://ece.uwaterloo.ca/~aplevich/dpic/${pname}-${version}.tar.gz"; 9 - sha256 = "sha256-vrBiTQqdaIslDd/WWMbdgornRkZmC2m+RF2J78F5Pm8="; 9 + sha256 = "sha256-TkMc5tG+sPHfjiCxli5bIteJfq5ZG36+HaqZOk/v6oI="; 10 10 }; 11 11 12 12 # The prefix passed to configure is not used.