mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-14 14:10:33 +03:00
meson: fix hash after incorrect merge
This commit is contained in:
parent
08900c0554
commit
f9af74e75a
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
|
|||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1p4n0b6jn8pyj6rwxg48ayphji8v1482cabrwhzf2avnf92znxig";
|
||||
sha256 = "0m84zb0q67vnxmd6ldz477w6yjdnk9c44xhlwh1g1pzqx3m6wwd7";
|
||||
};
|
||||
|
||||
postFixup = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue