Commit 0c61ea20 authored by R. RyanTM's avatar R. RyanTM
Browse files

asn: 0.78.3 -> 0.78.6

parent b4d340fb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,13 +16,13 @@

stdenv.mkDerivation rec {
  pname = "asn";
  version = "0.78.3";
  version = "0.78.6";

  src = fetchFromGitHub {
    owner = "nitefood";
    repo = "asn";
    tag = "v${version}";
    hash = "sha256-ydCpCmW6NK3LM05YLw6KtJWo7UtMcsxQt2RH/Xl+bFw=";
    hash = "sha256-IcAXcsmzxzDUPJp2ieouxfkpdwpOZP6IBTPdm3C5/k4=";
  };

  nativeBuildInputs = [