asn: 0.80.4 -> 0.80.5

This commit is contained in:
R. Ryantm
2026-04-01 21:44:21 +00:00
parent 5f3cb1696b
commit f5f5d7d15b
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "asn";
version = "0.80.4";
version = "0.80.5";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
tag = "v${finalAttrs.version}";
hash = "sha256-o0gHHV0tQeKd/qIGAMhA/cwUuCF7VLVDzngoFU8fGhI=";
hash = "sha256-o+qyNxEV2lPRsCNkkcZbj07hKw4eV45qhB8G34OWmgg=";
};
nativeBuildInputs = [