tusc-sh: 1.0.2 -> 1.1.0

authored by

happysalada and committed by
Yt
5f1d8b72 a155aec1

+2 -2
+2 -2
pkgs/by-name/tu/tusc-sh/package.nix
··· 10 10 let 11 11 tusc = stdenvNoCC.mkDerivation (finalAttrs: { 12 12 pname = "tusc-sh"; 13 - version = "1.0.2"; 13 + version = "1.1.0"; 14 14 15 15 src = fetchFromGitHub { 16 16 owner = "adhocore"; 17 17 repo = "tusc.sh"; 18 18 rev = finalAttrs.version; 19 - hash = "sha256-RFgQMYit12pmWnEAE1cyl34SFW87xEbS7gq5Nyel/ss="; 19 + hash = "sha256-9bTv6ih9N3nPtY5fioZvUCSvCHHB0+yVpxA++z8uGWY="; 20 20 }; 21 21 22 22 dontConfigure = true;