asn: 0.76.1 -> 0.77.0

This commit is contained in:
R. Ryantm
2024-07-08 12:21:58 +00:00
parent 655a58a72a
commit 9891f68ac3
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "asn";
version = "0.76.1";
version = "0.77.0";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
rev = "refs/tags/v${version}";
hash = "sha256-9UDd0tgRKEFC1V1+1s9Ghev0I48L8UR9/YbZKX3F1MU=";
hash = "sha256-A2Z6xNoC6X6ZDL8jecRE3MkW7EmNQ6EHyCBIlNlBoxA=";
};
nativeBuildInputs = [