feat: svu bump version numbers in code

This commit is contained in:
Adriano Caloiaro 2024-12-12 11:47:29 -07:00
parent fe98e2d423
commit a0e2328a0b
No known key found for this signature in database
GPG key ID: C2BC56DE73CE3F75

View file

@ -54,6 +54,14 @@
description = "Run gomod2nix before commit";
entry = "${gomod2nix.legacyPackages.${system}.gomod2nix}/bin/gomod2nix";
};
pre-commit.hooks.svu = {
enable = true;
pass_filenames = false;
name = "svu";
description = "Bump version numbers in code";
entry = "${pkgs.svu}/bin/svu --help";
};
}
];
};