got: 0.67 -> 0.68.1 (#165415)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
main
wahjava 2 years ago committed by GitHub
parent 845fcabf54
commit 63dd57021f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      pkgs/applications/version-management/got/default.nix

@ -2,12 +2,11 @@
stdenv.mkDerivation rec {
pname = "got";
version = "0.67";
version = "0.68.1";
src = fetchurl {
url =
"https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "sha256-37Ncljw2tibVRrynDlbxk7d5IS+5QypNFvKIkZ5JvME=";
url = "https://gameoftrees.org/releases/portable/got-portable-${version}.tar.gz";
sha256 = "122wignzrhsw00mfnh7mxcxvjyp9rk73yxzfyvmg7f5kmb0hng35";
};
nativeBuildInputs = [ pkg-config ];

Loading…
Cancel
Save