Skip to content

Commit 7ce1e42

Browse files
committed
fix nix vendorHash
1 parent dbb0602 commit 7ce1e42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{ self, nixpkgs }:
1010
let
1111
version = "0.6.0";
12-
vendorHash = "sha256-+sI9iQsfaxPlVoQFCLDHGrl7VHgnq1iLOrRj57Fpudc=";
12+
vendorHash = "sha256-LcgdJIsn3/fHv3NGvGdfq/Y3N7CTuIH/b5Rv5tEMUg8=";
1313

1414
mkPlugin =
1515
pkgs: name: path:

0 commit comments

Comments
 (0)