Skip to content

Commit

Permalink
nix: Update vendor hash
Browse files Browse the repository at this point in the history
  • Loading branch information
richiejp committed Sep 11, 2024
1 parent 5d0e407 commit eedf653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
inherit version;
dontPatchShebangs = true;
};
vendorHash = "sha256-xMcNsYkTAmjCUkvgDuCFSbNqO4DBBocLSGIPh2Awf/4="; #pkgs.lib.fakeHash;
vendorHash = "sha256-iXEBA6FDHPQUjgMsC8a5blojxG/ubS95dKbOknQx8Ts="; #pkgs.lib.fakeHash;
cli = pkgs.callPackage ./distros/nix/cli.nix {
inherit version vendorHash;
};
Expand Down

0 comments on commit eedf653

Please sign in to comment.