tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
checkbashisms: 2.21.1 -> 2.22.1
kylie.land
3 years ago
62f0b2fa
50750614
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
checkbashisms
default.nix
+2
-2
pkgs/development/tools/misc/checkbashisms/default.nix
···
1
1
{ lib, stdenv, fetchurl, perl, installShellFiles }:
2
2
stdenv.mkDerivation rec {
3
3
-
version = "2.21.1";
3
3
+
version = "2.22.1";
4
4
pname = "checkbashisms";
5
5
6
6
src = fetchurl {
7
7
url = "mirror://debian/pool/main/d/devscripts/devscripts_${version}.tar.xz";
8
8
-
hash = "sha256-1ZbIiUrFd38uMVLy7YayLLm5RrmcovsA++JTb8PbTFI=";
8
8
+
hash = "sha256-Nd1eYCnSe+NblujG44uKpvunkaITcdrC3g+M3uX+M9U=";
9
9
};
10
10
11
11
nativeBuildInputs = [ installShellFiles ];