From 7424eafaa1ac95d6b237de0449926655d2bed94b Mon Sep 17 00:00:00 2001 From: Volker Schukai <volker.schukai@schukai.com> Date: Sat, 29 Jul 2023 22:01:05 +0000 Subject: [PATCH] Update file flake.nix --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ced806e..b3ff62e 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."; -- GitLab