From 4fcd597b6d749e113765b1be81d949fccdafa667 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Fri, 31 May 2024 14:50:40 -0500 Subject: [PATCH] update nix vendor hash --- flake.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 96be18d..8781d61 100644 --- a/flake.nix +++ b/flake.nix @@ -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];