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

asn: 0.73.3 -> 0.74
This commit is contained in:
figsoda
2023-05-14 14:32:52 -04:00
committed by GitHub
+2 -2
View File
@@ -15,13 +15,13 @@
stdenv.mkDerivation rec {
pname = "asn";
version = "0.73.3";
version = "0.74";
src = fetchFromGitHub {
owner = "nitefood";
repo = "asn";
rev = "v${version}";
sha256 = "sha256-O0Iu+7UAAf+v0gZdGTdBpdn9BZ/9OqTAA/u0WDiz9s8=";
sha256 = "sha256-400I8aWQaPE7qCV/HqyPzuMmKpUyLc+RK7GCVgbt7JQ=";
};
nativeBuildInputs = [ makeWrapper ];