libasn1c: 0.9.36 -> 0.9.37

This commit is contained in:
R. Ryantm 2024-08-05 12:25:39 +00:00
parent d8446a5095
commit a52bcc8536

View File

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "libasn1c";
version = "0.9.36";
version = "0.9.37";
src = fetchFromGitHub {
owner = "osmocom";
repo = "libasn1c";
rev = version;
hash = "sha256-Qh4QVssHS6XDfHJBR+y8J5tUhT/6tDg+aF9nX6UAGV8=";
hash = "sha256-st5KbAUhNFSJ0DmPFYOnNvDQ8xtTNi4t8DNYvEjt9Ns=";
};
postPatch = ''