asn: 0.79.0 -> 0.80.0

This commit is contained in:
R. Ryantm
2025-09-09 07:24:14 +00:00
parent ef9cd0e498
commit 409a4d9369
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation rec {
pname = "asn";
version = "0.79.0";
version = "0.80.0";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
tag = "v${version}";
hash = "sha256-bQX5Kk48ydimQj/Ewo+7HmTBQBDo0LOi1KqX/syRAfQ=";
hash = "sha256-GHzlYLBiWkayYvbkc/n1HLhL7RN1Q/AEjj+IDQBDTek=";
};
nativeBuildInputs = [