Merge pull request #225683 from r-ryantm/auto-update/asn

asn: 0.73.1 -> 0.73.2
This commit is contained in:
Nick Cao 2023-04-12 10:55:36 +08:00 committed by GitHub
commit fca9c219be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "asn";
version = "0.73.1";
version = "0.73.2";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
rev = "v${version}";
sha256 = "sha256-W8Q6DOvLdp3iRi7OvTsvIdb8XnUatK/vt7bhtwtep/8=";
sha256 = "sha256-aswssP2l7NdjUEwXO2v0nEiZCk6kArnZA3Jch59W+yA=";
};
nativeBuildInputs = [ makeWrapper ];