got: 0.70 -> 0.73

This commit is contained in:
Ashish SHUKLA 2022-07-04 21:01:56 +05:30
parent 0ea7a8f1b9
commit 4ed794f1bc
No known key found for this signature in database
GPG Key ID: C746CFA9E74FA4B0

View File

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