Commit c58fb597 authored by Justin Restivo's avatar Justin Restivo
Browse files

python3Packages.asyncmy: fix src hash

sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0= -> sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM=
parent d0af1f97
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ buildPythonPackage rec {
    owner = "long2ice";
    repo = "asyncmy";
    tag = "v${version}";
    hash = "sha256-HQZmt22yPYaWfJzL20+jBc855HR4dVW983Z0LrN1Xa0=";
    hash = "sha256-pWAUvHWtmpPlKh6YGJqhubQzIUSB0LeVanqfziOMWIM=";
  };

  nativeBuildInputs = [