Merge pull request #111837 from r-ryantm/auto-update/semver-tool

semver-tool: 2.1.0 -> 3.2.0
This commit is contained in:
Mario Rodas 2021-02-08 21:11:38 -05:00 committed by GitHub
commit 0b34a90e79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "semver-tool"; pname = "semver-tool";
version = "2.1.0"; version = "3.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "fsaintjacques"; owner = "fsaintjacques";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "0lpwsa86qb5w6vbnsn892nb3qpxxx9ifxch8pw3ahzx2dqhdgnrr"; sha256 = "sha256-coy/g4nEvSN+0/aqK2r3EEIaoUcnsZhzX66H1qsK9ac=";
}; };
dontBuild = true; # otherwise we try to 'make' which fails. dontBuild = true; # otherwise we try to 'make' which fails.