pdepend: 2.12.0 -> 2.12.1

This commit is contained in:
R. Ryantm 2022-09-10 05:16:15 +00:00
parent 34fde40edd
commit 9be10a9391

View File

@ -2,14 +2,14 @@
let
pname = "pdepend";
version = "2.12.0";
version = "2.12.1";
in
stdenv.mkDerivation {
inherit pname version;
src = fetchurl {
url = "https://github.com/pdepend/pdepend/releases/download/${version}/pdepend.phar";
sha256 = "sha256-FiCqXQenr4PJ2KydRlKv66xWoi55LTOEunK0m5oxrjA=";
sha256 = "sha256-/fmrmtMBFycN6su/JEdFzB2uTDtHZvhZMYgl7duaaIE=";
};
dontUnpack = true;