gnubg: 1.06.001 -> 1.06.002 (#45228)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gnubg/versions.
This commit is contained in:
R. RyanTM 2018-08-17 12:17:14 -07:00 committed by xeji
parent 848111e42b
commit 553f96f360

View file

@ -1,12 +1,12 @@
{ stdenv, fetchurl, pkgconfig, glib, python, gtk2, readline }:
let version = "1.06.001"; in
let version = "1.06.002"; in
stdenv.mkDerivation {
name = "gnubg-"+version;
src = fetchurl {
url = "http://gnubg.org/media/sources/gnubg-release-${version}-sources.tar.gz";
sha256 = "0snz3j1bvr25ji7lg82bl2gm2s2x9lrpc7viw0hclgz0ql74cw7b";
sha256 = "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf";
};
nativeBuildInputs = [ pkgconfig ];