summary refs log tree commit diff
path: root/pkgs/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-28 08:06:40 -0700
committerobadz <obadz-git@obadz.com>2018-03-28 23:46:51 +0100
commitb60eddf9890758dbae101abc7e8671133203f33d (patch)
tree35fbed3507be23e67b373075c88c85ff09f62fdc /pkgs/tools/misc
parent22810755746eb111bc7251a1a831f595ae018690 (diff)
downloadnixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar.gz
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar.bz2
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar.lz
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar.xz
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.tar.zst
nixpkgs-b60eddf9890758dbae101abc7e8671133203f33d.zip
convmv: 2.04 -> 2.05
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/convmv/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 2.05 with grep in /nix/store/m6nrjfc07fmfrb5bgqa47r4rqg3m33bm-convmv-2.05
- directory tree listing: https://gist.github.com/f979cfc98f20cef8a081e913a83cca1f
Diffstat (limited to 'pkgs/tools/misc')
-rw-r--r--pkgs/tools/misc/convmv/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/misc/convmv/default.nix b/pkgs/tools/misc/convmv/default.nix
index e6ff7e99353..253e6a50b36 100644
--- a/pkgs/tools/misc/convmv/default.nix
+++ b/pkgs/tools/misc/convmv/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perl }:
 
 stdenv.mkDerivation rec {
-  name = "convmv-2.04";
+  name = "convmv-2.05";
 
   src = fetchurl {
     url = "http://www.j3e.de/linux/convmv/${name}.tar.gz";
-    sha256 = "075xn1ill26hbhg4nl54sp75b55db3ikl7lvhqb9ijvkpi67j6yy";
+    sha256 = "19hwv197p7c23f43vvav5bs19z9b72jzca2npkjsxgprwj5ardjk";
   };
 
   preBuild=''