freeciv: 3.0.9 -> 3.0.10
This commit is contained in:
parent
e72d6a1d3f
commit
ba70c921d5
1 changed files with 2 additions and 2 deletions
|
@ -10,13 +10,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "freeciv";
|
pname = "freeciv";
|
||||||
version = "3.0.9";
|
version = "3.0.10";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "freeciv";
|
owner = "freeciv";
|
||||||
repo = "freeciv";
|
repo = "freeciv";
|
||||||
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
|
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
|
||||||
hash = "sha256-vtkGV97FG43HIKPJ/of7jXWSrwHWgHUjwtq0XJPeKws=";
|
hash = "sha256-f+VJYWsfsoGLs9Ypk5cJQgn86PhsJ/6ODDjlnp84Frg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
|
Loading…
Reference in a new issue