Commit 5f1d8b72 authored by happysalada's avatar happysalada Committed by Yt
Browse files

tusc-sh: 1.0.2 -> 1.1.0

parent a155aec1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@
let
  tusc = stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "tusc-sh";
  version = "1.0.2";
  version = "1.1.0";

  src = fetchFromGitHub {
    owner = "adhocore";
    repo = "tusc.sh";
    rev = finalAttrs.version;
    hash = "sha256-RFgQMYit12pmWnEAE1cyl34SFW87xEbS7gq5Nyel/ss=";
    hash = "sha256-9bTv6ih9N3nPtY5fioZvUCSvCHHB0+yVpxA++z8uGWY=";
  };

  dontConfigure = true;