1 { lib, buildGoModule, fetchFromGitHub, fetchpatch }:
7 src = fetchFromGitHub {
11 hash = "sha256-17y+vmspvZKKRRaEwzP3Zya4r/z+2aSGG6oNZiA8D64=";
17 # Add Go Modules support
19 url = "https://github.com/laurent22/massren/commit/83df215b6e112d1ec375b08d8c44dadc5107155d.patch";
20 hash = "sha256-FMTmUrv6zGq11vexUirAuK3H6r78RtoipqyWoh+pzrs=";
24 ldflags = [ "-s" "-w" ];
29 # Possible error about github.com/mattn/go-sqlite3
30 "Test_guessEditorCommand"
31 "Test_processFileActions"
34 [ "-skip=^${builtins.concatStringsSep "$|^" skippedTests}$" ];
37 description = "Easily rename multiple files using your text editor";
38 license = licenses.mit;
39 homepage = "https://github.com/laurent22/massren";
41 mainProgram = "massren";