diff --git a/flake.nix b/flake.nix index ced806e101a2cb7df7a32de3b8236c5f6ef9cc20..b3ff62e9bbcef35642f941ada185389255fd6294 100644 --- a/flake.nix +++ b/flake.nix @@ -47,7 +47,7 @@ # remeber to bump this hash when your dependencies change. #vendorSha256 = pkgs.lib.fakeSha256; - vendorSha256 = "sha256-QmOn3A4CYGuiNqTzoM6+vQlwlSWbOmftJZ3Mx0PFBz0="; + vendorSha256 = "sha256-zdoTGTcC0NpVKWR8O7pQhmqOdcAwHhgFwR62uqi/EKo="; meta = with nixpkgs.legacyPackages.${system}.lib; { description = "Version is a program that automates and simplifies the process of incrementing version numbers for software projects.";