update nix vendor hash

This commit is contained in:
Daylin Morgan 2024-05-31 14:50:40 -05:00
parent f7284f1104
commit 4fcd597b6d
Signed by: daylin
GPG Key ID: 950D13E9719334AD
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
in
{
devShells = forAllSystems (pkgs: {
default = pkgs.mkShell {
default = pkgs.mkShell {
packages = with pkgs; [go];
};
});
@ -32,7 +32,7 @@
pname = "hyprman";
version = "unstable";
src = cleanSource ./.;
vendorHash = "sha256-eKeUhS2puz6ALb+cQKl7+DGvm9Cl+miZAHX0imf9wdg=";
vendorHash = "sha256-bv087tnyoFJmHwrTn0GQ5xDD1r1nYVKBsKSIvcif2bc=";
nativeBuildInputs = with pkgs; [installShellFiles];