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:
parent
848111e42b
commit
553f96f360
@ -1,12 +1,12 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, glib, python, gtk2, readline }:
|
{ stdenv, fetchurl, pkgconfig, glib, python, gtk2, readline }:
|
||||||
|
|
||||||
let version = "1.06.001"; in
|
let version = "1.06.002"; in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gnubg-"+version;
|
name = "gnubg-"+version;
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://gnubg.org/media/sources/gnubg-release-${version}-sources.tar.gz";
|
url = "http://gnubg.org/media/sources/gnubg-release-${version}-sources.tar.gz";
|
||||||
sha256 = "0snz3j1bvr25ji7lg82bl2gm2s2x9lrpc7viw0hclgz0ql74cw7b";
|
sha256 = "11xwhcli1h12k6rnhhyq4jphzrhfik7i8ah3k32pqw803460n6yf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user