checkbashisms: 2.21.1 -> 2.22.1

main
Kylie McClain 2 years ago
parent 5075061493
commit 62f0b2fa4e
No known key found for this signature in database
  1. 4
      pkgs/development/tools/misc/checkbashisms/default.nix

@ -1,11 +1,11 @@
{ lib, stdenv, fetchurl, perl, installShellFiles }:
stdenv.mkDerivation rec {
version = "2.21.1";
version = "2.22.1";
pname = "checkbashisms";
src = fetchurl {
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
hash = "sha256-1ZbIiUrFd38uMVLy7YayLLm5RrmcovsA++JTb8PbTFI=";
hash = "sha256-Nd1eYCnSe+NblujG44uKpvunkaITcdrC3g+M3uX+M9U=";
};
nativeBuildInputs = [ installShellFiles ];

Loading…
Cancel
Save