Skip to content

Commit 1c663f5

Browse files
committed
chore(nix): fix vendorHash
1 parent c09ccf9 commit 1c663f5

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
@@ -21,7 +21,7 @@
2121

2222
src = self;
2323

24-
vendorHash = "sha256-6NPryjjfK/YHbKwEIjgrVcaaik5QplAgyCgzec0OXFw=";
24+
vendorHash = "sha256-5X+GG5h9rZTLhDvL6m9LrU5WGT5Ev+aXZ+5ffksBIM8=";
2525

2626
meta = with pkgs.lib; {
2727
description = "CLI tool to manage access tokens for Nix";

0 commit comments

Comments
 (0)