python3Packages.posix_ipc: fix source

This commit is contained in:
Weijia Wang 2023-01-13 14:28:25 +01:00
parent 0792676d67
commit 65ab533aad

View file

@ -1,6 +1,6 @@
{ lib { lib
, buildPythonPackage , buildPythonPackage
, fetchPypi , fetchFromGitHub
, pythonOlder , pythonOlder
}: }:
@ -11,9 +11,11 @@ buildPythonPackage rec {
disabled = pythonOlder "3.7"; disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchFromGitHub {
inherit pname version; owner = "osvenskan";
hash = "sha256-4kVroM+y7luhQSFFDo2CWzxKFGH8oHYSIKq2bUERy7c="; repo = "posix_ipc";
rev = "rel${version}";
hash = "sha256-xK5CkThqVFVMIxBtgUfHIRNRfmBxKa/DWBYQg7QHl/M=";
}; };
pythonImportsCheckHook = [ pythonImportsCheckHook = [