Unverified Commit 3ee98b21 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

tio: 3.6 -> 3.7 (#338654)

parents 5562af7f 2409bf60
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "tio";
  version = "3.6";
  version = "3.7";

  src = fetchFromGitHub {
    owner = "tio";
    repo = "tio";
    rev = "v${finalAttrs.version}";
    hash = "sha256-1NXp94AQOgMNKf+P2eJ6ifUhWSqIYllVeCraBO2pHxQ=";
    hash = "sha256-/eXy1roYmeZaQlY4PjBchwRR7JwyTvVIqDmmf6upJqA=";
  };

  strictDeps = true;