f2 1.8.0 -> 1.9.0 https://repology.org/metapackage/f2/versions attrpath: f2 Checking auto update branch... No auto update branch exists Old version 1.8.0" not present in master derivation file with contents: { lib, fetchFromGitHub, buildGoModule }: buildGoModule rec { pname = "f2"; version = "1.9.0"; src = fetchFromGitHub { owner = "ayoisaiah"; repo = "f2"; rev = "v${version}"; sha256 = "sha256-2+wp9hbPDH8RAeQNH1OYDfFlev+QTsEHixYb/luR9F0="; }; vendorHash = "sha256-sOTdP+MuOH9jB3RMajeUx84pINSuWVRw5p/9lrOj6uo="; ldflags = [ "-s" "-w" "-X=main.Version=${version}" ]; # has no tests doCheck = false; meta = with lib; { description = "Command-line batch renaming tool"; homepage = "https://github.com/ayoisaiah/f2"; license = licenses.mit; maintainers = with maintainers; [ zendo ]; }; }