asn: 0.80.0 -> 0.80.4

This commit is contained in:
R. Ryantm
2026-03-23 15:52:13 +00:00
parent 3b4e1cfcb7
commit 67937ca881
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "asn";
version = "0.80.0";
version = "0.80.4";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
tag = "v${finalAttrs.version}";
hash = "sha256-GHzlYLBiWkayYvbkc/n1HLhL7RN1Q/AEjj+IDQBDTek=";
hash = "sha256-o0gHHV0tQeKd/qIGAMhA/cwUuCF7VLVDzngoFU8fGhI=";
};
nativeBuildInputs = [