about summary refs log tree commit diff
path: root/pkgs/development/tools/misc
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2018-03-29 21:27:44 -0700
committerRyan Mulligan <ryan@ryantm.com>2018-03-29 21:27:44 -0700
commitc4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c (patch)
tree4f9e5b88a623a693fd92e54b3ef1e3b2545f07bd /pkgs/development/tools/misc
parentc7d7abc51e5f9b9c7481a83c47b37508bf08b05b (diff)
downloadnixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar.gz
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar.bz2
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar.lz
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar.xz
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.tar.zst
nixlib-c4ac43a20ccf6a53587e3a5b5d6f2c87e4a9de5c.zip
checkbashism: 2.0.0.2 -> 2.18.1
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/checkbashisms/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.)
- directory tree listing: https://gist.github.com/6e3ce06d60c67525f1f11df0822e6b36
Diffstat (limited to 'pkgs/development/tools/misc')
-rw-r--r--pkgs/development/tools/misc/checkbashisms/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/misc/checkbashisms/default.nix b/pkgs/development/tools/misc/checkbashisms/default.nix
index 2564b42731b3..6f4330ef0a9a 100644
--- a/pkgs/development/tools/misc/checkbashisms/default.nix
+++ b/pkgs/development/tools/misc/checkbashisms/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, perl }:
 stdenv.mkDerivation rec {
-  version = "2.0.0.2";
+  version = "2.18.1";
   name = "checkbashisms-${version}";
 
   src = fetchurl {
-    url = "mirror://sourceforge/project/checkbaskisms/${version}/checkbashisms";
-    sha256 = "1vm0yykkg58ja9ianfpm3mgrpah109gj33b41kl0jmmm11zip9jd";
+    url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
+    sha256 = "1yaygfzv5jzvcbahz6sdfnzhch9mxgsrlsym2ad62nk0svsnp24n";
   };
 
   buildInputs = [ perl ];