Unverified Commit a4aaacf6 authored by figsoda's avatar figsoda Committed by GitHub
Browse files

Merge pull request #222850 from q60/patch-4

fetch-scm: 0.1.5 -> 0.1.6
parents e3db92b2 396157ef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
  pname = "fetch-scm";
  version = "0.1.5";
  version = "0.1.6";

  src = fetchFromGitHub {
    owner = "KikyTokamuro";
    repo = "fetch.scm";
    rev = "v${version}";
    sha256 = "sha256-H89VCNAYnTwVEqyInATvLHIB7ioe2zvIGTAM2MUo7+g=";
    sha256 = "sha256-WdYi8EVxQ6xPtld8JyZlUmgpxroevBehtkRANovMh2E=";
  };

  dontBuild = true;