nvc: 1.13.1 -> 1.13.2

This commit is contained in:
R. Ryantm 2024-08-11 13:59:22 +00:00
parent e7f2456df4
commit 3d1e9a2ff1

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.13.1";
version = "1.13.2";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-mi/ruW+KLOeT6QpyRr+ZRtyOAyXsoKiO5WKAuXz5Wc4=";
hash = "sha256-ir4/zwGaIGMUP8kVqoXV1Kn2A8yJYVQHJpb1sVfhOSI=";
};
nativeBuildInputs = [