nvc: 1.13.2 -> 1.13.3

This commit is contained in:
R. Ryantm 2024-08-24 16:42:54 +00:00
parent 771c5644e8
commit 7fdf20d30e

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "nvc";
version = "1.13.2";
version = "1.13.3";
src = fetchFromGitHub {
owner = "nickg";
repo = "nvc";
rev = "r${version}";
hash = "sha256-ir4/zwGaIGMUP8kVqoXV1Kn2A8yJYVQHJpb1sVfhOSI=";
hash = "sha256-u+EmZ+h+TVBHEmrELgU4s1C+Z8Cfp3gN9BnQruwCsYU=";
};
nativeBuildInputs = [