about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-05 13:30:11 +0100
committerPol Dellaiera <pol.dellaiera@protonmail.com>2024-03-05 19:39:35 +0100
commit39502e7aa718377973117333caeafa38f5108ae8 (patch)
tree203b2a2c1389cc03ee690621fa447aaff6475029 /pkgs
parent0cfd293af3249b214085553e0ef053141f32099a (diff)
build-support/php/composer-local-repo-plugin: 1.0.3 -> 1.1.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix b/pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix
index 48d05b7a00089..bfdc3d4f98d1b 100644
--- a/pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix
+++ b/pkgs/build-support/php/pkgs/composer-local-repo-plugin.nix
@@ -29,13 +29,13 @@ let
 in
 stdenvNoCC.mkDerivation (finalAttrs: {
   pname = "composer-local-repo-plugin";
-  version = "1.0.3";
+  version = "1.1.0";
 
   src = fetchFromGitHub {
     owner = "nix-community";
     repo = "composer-local-repo-plugin";
     rev = finalAttrs.version;
-    hash = "sha256-fLJlxcAQ7X28GDK8PVYKxJgTzbspfWxvgRmRK4NZRIA=";
+    hash = "sha256-edbn07r/Uc1g0qOuVBZBs6N1bMN5kIfA1b4FCufdw5M=";
   };
 
   COMPOSER_CACHE_DIR = "/dev/null";