Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
fix: updated hash
Signed-off-by: isubasinghe <isitha@pipekit.io>
  • Loading branch information
isubasinghe committed Aug 24, 2023
commit 6da2adff79a655fa23e57c2f7b5aec4425b16405
2 changes: 1 addition & 1 deletion dev/nix/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@
pname = package.name;
inherit (package) version;
inherit src;
vendorSha256 = "sha256-KRg9ibAxKm3t+8skxlMjomWUry335BZ576db2nANpj8=";
vendorSha256 = "sha256-Ytl+++KUrFveoKRoSccwjCgozw4tFhjHxk8yDPQFRqo=";
doCheck = false;
};

Expand Down