Merge pull request #222850 from q60/patch-4

fetch-scm: 0.1.5 -> 0.1.6
This commit is contained in:
figsoda 2023-03-24 10:46:24 -04:00 committed by GitHub
commit a4aaacf676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;