fetch-scm: 0.1.5 -> 0.1.6

This commit is contained in:
Kira 2023-03-24 09:58:24 +03:00 committed by GitHub
parent 0b0ecbea84
commit 396157ef67
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;