fake xdsl hash

This commit is contained in:
Felix Suchert 2024-07-30 19:37:21 +02:00
parent add7a57ac8
commit 0364778d8b
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -1,5 +1,5 @@
# This file is not linked # This file is not linked
{ pkgs, ... }: { pkgs, lib, ... }:
{ {
environment.systemPackages = with pkgs; environment.systemPackages = with pkgs;
@ -22,7 +22,8 @@
version = "0.21.1"; version = "0.21.1";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "058q124g7s1gr2sisjcc1n3v25lb21x0wv37icmjagnxnc5288y5"; #sha256 = "058q124g7s1gr2sisjcc1n3v25lb21x0wv37icmjagnxnc5288y5";
sha256 = lib.fakeSha256;
}; };
doCheck = false; doCheck = false;
propagatedBuildInputs = [ propagatedBuildInputs = [