mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
galaxis: 1.9 -> 1.10
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/galaxis/versions
This commit is contained in:
parent
9e4a598c69
commit
06c3247866
@ -4,11 +4,11 @@ with stdenv.lib;
|
||||
stdenv.mkDerivation rec{
|
||||
|
||||
name = "galaxis-${version}";
|
||||
version = "1.9";
|
||||
version = "1.10";
|
||||
|
||||
src = fetchurl{
|
||||
url = "http://www.catb.org/~esr/galaxis/${name}.tar.gz";
|
||||
sha256 = "1dsypk5brfbc399pg4fk9myyh5yyln0ljl1aiqkypws8h4nsdphl";
|
||||
sha256 = "1181x3z4r0794v2bkpigb5fablw1nayj42wvhy2am79p7j1iqq5r";
|
||||
};
|
||||
|
||||
buildInputs = [ ncurses xmlto ];
|
||||
|
Loading…
Reference in New Issue
Block a user