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

semver-tool: 3.3.0 -> 3.4.0
This commit is contained in:
Weijia Wang 2023-01-22 22:35:57 +01:00 committed by GitHub
commit 6409d88d08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
pname = "semver-tool";
version = "3.3.0";
version = "3.4.0";
src = fetchFromGitHub {
owner = "fsaintjacques";
repo = pname;
rev = version;
sha256 = "sha256-LqZTHFiis4BYL1bnJoeuW56wf8+o38Ygs++CV9CKNhM=";
sha256 = "sha256-BnHuiCxE0VjzMWFTEMunQ9mkebQKIKbbMxZVfBUO57Y=";
};
dontBuild = true; # otherwise we try to 'make' which fails.