mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 13:19:10 +03:00
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 }:
|
||||
|
||||
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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user