mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 16:45:15 +00:00
Merge pull request #336657 from r-ryantm/auto-update/clever-tools
clever-tools: 3.8.1 -> 3.8.2
This commit is contained in:
commit
686e651cdb
@ -9,7 +9,7 @@
|
||||
buildNpmPackage rec {
|
||||
pname = "clever-tools";
|
||||
|
||||
version = "3.8.1";
|
||||
version = "3.8.2";
|
||||
|
||||
nodejs = nodejs_18;
|
||||
|
||||
@ -17,10 +17,10 @@ buildNpmPackage rec {
|
||||
owner = "CleverCloud";
|
||||
repo = "clever-tools";
|
||||
rev = version;
|
||||
hash = "sha256-8dxV57uivjcXz6JHttFNvivcIbNRAwZKSvGv/SST81E=";
|
||||
hash = "sha256-cBFdxJrH/1l6YpvdJTeLQf1zl6pm3IbPryimtewh9fc=";
|
||||
};
|
||||
|
||||
npmDepsHash = "sha256-2lROdsq3tR4SYxMoTJYY6EyHxudS7p7wOJq+RxE2btk=";
|
||||
npmDepsHash = "sha256-cY7wB0IQPLHOOuOLunjeJASp1Ba7ri8cj05/2HveJ7A=";
|
||||
|
||||
dontNpmBuild = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user