Skip to content

Commit

Permalink
nix: upgrading nix package to latest npm release
Browse files Browse the repository at this point in the history
  • Loading branch information
draftea-bot committed Jan 9, 2024
1 parent 50e74ab commit 4c217b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,10 @@ in
json-keys-diff = nodeEnv.buildNodePackage {
name = "json-keys-diff";
packageName = "json-keys-diff";
version = "0.0.5";
version = "0.0.6";
src = fetchurl {
url = "https://registry.npmjs.org/json-keys-diff/-/json-keys-diff-0.0.5.tgz";
sha512 = "/3N0ONKuVBFDOKjjgKCSfLYgHQDWYiTR/UzhxlEF1TR1ZFr3cN/nwr8q++VehxLnQz7qDhAy/HQf2TxTg5DApg==";
url = "https://registry.npmjs.org/json-keys-diff/-/json-keys-diff-0.0.6.tgz";
sha512 = "mj3rbMVAnqt5bWOAdk6QLDjST7uhY1x5aeeRHw7bDlXOIKuGBoT8NSFPzV74sZaV5SOPbEQDSUzj8V2pBy4W7Q==";
};
dependencies = [
sources."commander-11.1.0"
Expand Down

0 comments on commit 4c217b2

Please sign in to comment.