bf7d485ed34267bbd9afe911e7066c3236b1b3d8
3e55fc12922008bb362c6a5a8a5c65a8396ecf06
@@ -81,7 +81,7 @@ }; packages = { build = pkgs.buildGoApplication { pname = "build"; - version = "0.1"; + version = self.shortRev or self.dirtyShortRev; src = ./.; modules = ./gomod2nix.toml; subPackages = [ "cmd/build" ];