3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #189284 from r-ryantm/auto-update/nvc

nvc: 1.7.0 -> 1.7.1
This commit is contained in:
Bobby Rong 2022-09-02 19:39:50 +08:00 committed by GitHub
commit 7be85ed535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,13 +14,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.7.0";
version = "1.7.1";
src = fetchFromGitHub {
owner = "nickg";
repo = pname;
rev = "r${version}";
sha256 = "sha256-U9VxpHzrAQPMqnSs0YcEnc9dlQUutTuZCJP5F1v7eaA=";
sha256 = "sha256-OcRwhhX93E8LHUeFzgjGxw6OANACOUJmY4i0JKjtHfI=";
};
nativeBuildInputs = [