mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-20 08:59:32 +03:00
meson: fix hash after incorrect merge
This commit is contained in:
parent
08900c0554
commit
f9af74e75a
@ -12,7 +12,7 @@ python3Packages.buildPythonApplication rec {
|
||||
|
||||
src = python3Packages.fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1p4n0b6jn8pyj6rwxg48ayphji8v1482cabrwhzf2avnf92znxig";
|
||||
sha256 = "0m84zb0q67vnxmd6ldz477w6yjdnk9c44xhlwh1g1pzqx3m6wwd7";
|
||||
};
|
||||
|
||||
postFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user