Merge pull request #183010 from afh/afh-got-update

got: 0.73 -> 0.74
This commit is contained in:
Mario Rodas 2022-07-26 18:34:02 -05:00 committed by GitHub
commit 6fcf7c3df1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "got";
version = "0.73";
version = "0.74";
src = fetchurl {
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "0x583h9f6jnqfwy48b43s1myrgbngn128m4ivmf9gcsvfiz3lxgh";
sha256 = "sha256-XElSCdFh24rf2gosjS0BG+VNqLZNLYeYkUy4t5RIdv4=";
};
nativeBuildInputs = [ pkg-config ];