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

asn: 0.75 -> 0.75.2
This commit is contained in:
Emily 2023-12-18 18:45:41 +01:00 committed by GitHub
commit 8bd77a164f
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.75";
version = "0.75.2";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
rev = "refs/tags/v${version}";
hash = "sha256-XqP0Nx5pfYtM1xXxEDGooONj7nQ9UngJ9/AOZefnPV8=";
hash = "sha256-G8TDl9R5nbUzmjcr1m+eNNybSDqb64c7ZOO/viL5/Q4=";
};
nativeBuildInputs = [