Merge pull request #176570 from somasis/checkbashisms

checkbashisms: 2.21.1 -> 2.22.1
This commit is contained in:
Bobby Rong 2022-06-25 11:53:41 +08:00 committed by GitHub
commit 9c767aedb1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];