got: 0.73 -> 0.74

This commit is contained in:
Alexis Hildebrandt
2022-07-26 21:38:55 +02:00
parent 35ab62aca3
commit d30af7ad94
@@ -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 ];