asn: 0.80.5 -> 0.81.0

This commit is contained in:
R. Ryantm
2026-04-10 01:49:05 +00:00
parent 3e3435576f
commit ce7a751b1e
+2 -2
View File
@@ -16,13 +16,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "asn";
version = "0.80.5";
version = "0.81.0";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
tag = "v${finalAttrs.version}";
hash = "sha256-o+qyNxEV2lPRsCNkkcZbj07hKw4eV45qhB8G34OWmgg=";
hash = "sha256-HPLdi5Eok06jnToWPn1bGnnAGirGV8zGFoDsKsMvrI8=";
};
nativeBuildInputs = [