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

asn: 0.72.1 -> 0.73
This commit is contained in:
Weijia Wang 2023-03-24 20:55:35 +02:00 committed by GitHub
commit 680fce64af
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.72.1";
version = "0.73";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
rev = "v${version}";
sha256 = "sha256-2JGc1PhvmuZFT6c6UcxHKttHqWF+NsekqnYtdGKgU2U=";
sha256 = "sha256-z0vjYU6k+6p/lASqOase91aqkUvmuy8sUBjsq2OPnxE=";
};
nativeBuildInputs = [ makeWrapper ];