Merge pull request #324933 from r-ryantm/auto-update/freeciv

freeciv: 3.1.1 -> 3.1.2
This commit is contained in:
Daniel Schaefer 2024-07-07 18:30:03 +08:00 committed by GitHub
commit a2a6e8bcf6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "freeciv"; pname = "freeciv";
version = "3.1.1"; version = "3.1.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "freeciv"; owner = "freeciv";
repo = "freeciv"; repo = "freeciv";
rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}"; rev = "R${lib.replaceStrings [ "." ] [ "_" ] version}";
hash = "sha256-ImjXDJ1Bq85OfUhxGe184cd5eu4a8BrZh+YYhzUdrLo="; hash = "sha256-gneg43RJCf32LUjOHTHlvZxN9RnyJYeXXi6EU3r3mBw=";
}; };
postPatch = '' postPatch = ''