asn: 0.78.3 -> 0.78.6

This commit is contained in:
R. Ryantm 2025-07-31 22:42:20 +00:00
parent b4d340fb7b
commit 0c61ea2063

View File

@ -16,13 +16,13 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "asn"; pname = "asn";
version = "0.78.3"; version = "0.78.6";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "nitefood"; owner = "nitefood";
repo = "asn"; repo = "asn";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-ydCpCmW6NK3LM05YLw6KtJWo7UtMcsxQt2RH/Xl+bFw="; hash = "sha256-IcAXcsmzxzDUPJp2ieouxfkpdwpOZP6IBTPdm3C5/k4=";
}; };
nativeBuildInputs = [ nativeBuildInputs = [