Unverified Commit cf714f66 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

python3Packages.asyncmy: fix src hash (#475410)

parents a5de72f3 c58fb597
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 = [