mirror of
https://github.com/Feliix42/dotfiles.git
synced 2024-11-21 22:06:29 +00:00
update xdsl hash
This commit is contained in:
parent
0364778d8b
commit
16c3d7ca17
1 changed files with 2 additions and 2 deletions
|
@ -22,8 +22,8 @@
|
|||
version = "0.21.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
#sha256 = "058q124g7s1gr2sisjcc1n3v25lb21x0wv37icmjagnxnc5288y5";
|
||||
sha256 = lib.fakeSha256;
|
||||
sha256 = "sha256-oh618MGF7YmQ0Y8tl7IKSu7c1n0DnW+oRbx5eeDV18w=";
|
||||
#sha256 = lib.fakeSha256;
|
||||
};
|
||||
doCheck = false;
|
||||
propagatedBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue