Skip to content

Commit

Permalink
php73Packages.psalm: 4.1.1 -> 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 29, 2020
1 parent aa5dd7e commit a379273
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/php-packages/psalm/default.nix
@@ -1,14 +1,14 @@
{ mkDerivation, fetchurl, pkgs, lib, php }:
let
pname = "psalm";
version = "4.1.1";
version = "4.2.1";
in
mkDerivation {
inherit pname version;

src = fetchurl {
url = "https://github.com/vimeo/psalm/releases/download/${version}/psalm.phar";
sha256 = "05qjrg8wxlqxihv7xl31n73ygx7ykvcpbh2gq958iin4rr1bcy88";
sha256 = "0g6s3bn8aaggpqjgr0bqchgkgb4my5ksfycyyqy7nrly2bgn1kbz";
};

phases = [ "installPhase" ];
Expand Down

0 comments on commit a379273

Please sign in to comment.