Commit graph

9 commits

Author SHA1 Message Date
Felix Buehler 2588c8d4cd wiggle: use fetchFromGitHub with pname and version 2021-06-30 09:53:51 +02:00
Sandro 2b6b345900
wiggle: cleanup (#126900) 2021-06-15 21:55:54 +02:00
R. RyanTM ccfb0cf5b4 wiggle: 1.2 -> 1.3 2021-03-15 15:14:28 -04:00
Ben Siraphob c522fec274 pkgs/development/tools: stdenv.lib -> lib 2021-01-23 20:30:03 +07:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM c47914016a wiggle: 1.1 -> 1.2 2020-01-30 22:20:14 -08:00
Ryan Mulligan 89fc5c1a23 wiggle: 1.0 -> 1.1
Semi-automatic update. These checks were performed:

- built on NixOS
- ran `/nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1/bin/wiggle -h` got 0 exit code
- ran `/nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1/bin/wiggle --help` got 0 exit code
- ran `/nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1/bin/wiggle -V` and found version 1.1
- ran `/nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1/bin/wiggle --version` and found version 1.1
- found 1.1 with grep in /nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1
- found 1.1 in filename of file in /nix/store/hs0xavmd2pyi30l05s20hp5q70bc63br-wiggle-1.1
2018-02-28 20:32:20 +00:00
Peter Simons be0071c2d7 wiggle: fix build
After 093cc00cdd, the environment variable STRIP
is defined to "strip" -- the path / name of the strip(1) executable -- , which
is not what wiggle's build system expects that variable to mean.
2017-08-02 15:36:48 +02:00
Peter Simons e25ab373db wiggle: initial version 1.0
Wiggle is a tool for applying patches with conflicts.
2017-05-31 14:12:06 +02:00