3
0
Fork 0
forked from mirrors/nixpkgs

gtkwave: 3.3.93 -> 3.3.94 (#47048)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gtkwave/versions
This commit is contained in:
R. RyanTM 2018-09-28 14:47:58 -07:00 committed by xeji
parent 1e211a70cb
commit 7ecc7c9220

View file

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
name = "gtkwave-${version}";
version = "3.3.93";
version = "3.3.94";
src = fetchurl {
url = "mirror://sourceforge/gtkwave/${name}.tar.gz";
sha256 = "0a92zlwvshp75k7cv11rc4ab11fzsy0a5qfvxkh0bjvrq1k946ys";
sha256 = "1v14sdd4lykly6szal6ky79b0s5pv6f1xifk5mkqkg5bkpjq71fg";
};
nativeBuildInputs = [ pkgconfig ];