Merge pull request #156351 from heph2/got

got: 0.64 -> 0.66
This commit is contained in:
Bobby Rong 2022-02-01 00:01:37 +08:00 committed by GitHub
commit 5860e2db48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
stdenv.mkDerivation rec {
pname = "got";
version = "0.64";
version = "0.66";
src = fetchurl {
url =
"https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "1qigv8fnmiynrx6qrg28n2981a30n56nh3xbhmlpihl7fqxmg1sq";
sha256 = "13xrwndj80jix210fxkadivxyd1f5qavdrhxyl32n68xyv5xmkgg";
};
nativeBuildInputs = [ pkg-config ];