tscli: 0.0.12 -> 0.0.13 (#426681)

authored by philiptaron.tngl.sh and committed by GitHub 301923ef f133e317

+2 -2
+2 -2
pkgs/by-name/ts/tscli/package.nix
··· 8 8 9 9 buildGoModule rec { 10 10 pname = "tscli"; 11 - version = "0.0.12"; 11 + version = "0.0.13"; 12 12 13 13 src = fetchFromGitHub { 14 14 owner = "jaxxstorm"; 15 15 repo = "tscli"; 16 16 tag = "v${version}"; 17 - hash = "sha256-+1meGROQvprReWSJMKutFcTjhw0YcIekDHml/A+RbN4="; 17 + hash = "sha256-KncOCrpu0/72Nf9dOErKT45PxPECS50+wokO10sGUXc="; 18 18 }; 19 19 20 20 vendorHash = "sha256-FmJoKADhcHk5mWjcXxXb7VszZhFfGWmBKUGxUjvA64U=";