pythonPackages.pyasn: correct datasrc hash

This commit is contained in:
Justin Restivo
2025-12-12 10:42:19 -05:00
parent 1e0e4f2df5
commit 5316e355a2
@@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "hadiasghari";
repo = "pyasn";
rev = version;
hash = "sha256-R7Vi1Mn44Mg3HQLDk9O43MkXXwbLRr/jjVKSHJvgYj0";
hash = "sha256-7zpaxDe5qHUy/ekOJLxKawjaPQnByrOVj+m2bsUqfdg=";
};
postInstall = ''