mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
klaus: fix hash
This commit is contained in:
parent
f4a501692e
commit
e9c4179c3f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ python.pkgs.buildPythonPackage rec {
|
|||
owner = "jonashaag";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
sha256 = "0hkl1ycyd5ccijmknr3yfp3ga43y01m7390xnibqqgaisfvcm9wp";
|
||||
sha256 = "04zjvrpx66x2c0v74nvmq8x7s7c8994cv1zwd5hfn9alq82hqcgr";
|
||||
};
|
||||
|
||||
prePatch = ''
|
||||
|
|
Loading…
Reference in a new issue