From 399f697203c62a68ec9d919140c51d5fe668c365 Mon Sep 17 00:00:00 2001 From: Krisztian Szabo Date: Sun, 18 Dec 2022 17:36:38 +0100 Subject: [PATCH 1/2] Devenvify project, update deps --- .envrc | 4 + .gitignore | 5 + Gemfile.lock | 195 ++++++++++++++++++-------------- devenv.lock | 312 +++++++++++++++++++++++++++++++++++++++++++++++++++ devenv.nix | 8 ++ devenv.yaml | 5 + 6 files changed, 443 insertions(+), 86 deletions(-) create mode 100644 .envrc create mode 100644 devenv.lock create mode 100644 devenv.nix create mode 100644 devenv.yaml diff --git a/.envrc b/.envrc new file mode 100644 index 0000000..f561e9e --- /dev/null +++ b/.envrc @@ -0,0 +1,4 @@ +watch_file devenv.nix +watch_file devenv.yaml +watch_file devenv.lock +eval "$(devenv print-dev-env)" diff --git a/.gitignore b/.gitignore index 28760fd..95f415f 100644 --- a/.gitignore +++ b/.gitignore @@ -160,3 +160,8 @@ modules.xml # End of https://www.toptal.com/developers/gitignore/api/ruby,rubymine+all + +# Devenv +.devenv* +devenv.local.nix + diff --git a/Gemfile.lock b/Gemfile.lock index b7aa9e7..672ec5a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,46 +1,49 @@ GEM remote: https://rubygems.org/ specs: - activesupport (6.0.3.1) + activesupport (7.0.4) concurrent-ruby (~> 1.0, >= 1.0.2) - i18n (>= 0.7, < 2) - minitest (~> 5.1) - tzinfo (~> 1.1) - zeitwerk (~> 2.2, >= 2.2.2) - addressable (2.7.0) - public_suffix (>= 2.0.2, < 5.0) - ast (2.4.1) - bcrypt (3.1.16) - better_errors (2.8.3) + i18n (>= 1.6, < 2) + minitest (>= 5.1) + tzinfo (~> 2.0) + addressable (2.8.1) + public_suffix (>= 2.0.2, < 6.0) + ast (2.4.2) + bcrypt (3.1.18) + better_errors (2.9.1) coderay (>= 1.0.0) erubi (>= 1.0.0) rack (>= 0.9.0) + bigdecimal (1.4.4) binding_of_caller (0.8.0) debug_inspector (>= 0.0.1) byebug (11.1.3) - capybara (3.33.0) + capybara (3.38.0) addressable + matrix mini_mime (>= 0.1.3) nokogiri (~> 1.8) rack (>= 1.6.0) rack-test (>= 0.6.3) - regexp_parser (~> 1.5) + regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) coderay (1.1.3) - concurrent-ruby (1.1.7) - debug_inspector (0.0.3) - diff-lcs (1.4.4) - docile (1.3.2) - dotenv (2.7.6) - dry-configurable (0.11.6) + concurrent-ruby (1.1.10) + date (3.3.2) + debug_inspector (1.1.0) + diff-lcs (1.5.0) + docile (1.4.0) + dotenv (2.8.1) + dry-cli (0.7.0) + dry-configurable (0.12.0) concurrent-ruby (~> 1.0) - dry-core (~> 0.4, >= 0.4.7) - dry-equalizer (~> 0.2) - dry-container (0.7.2) + dry-core (~> 0.5, >= 0.5.0) + dry-container (0.8.0) concurrent-ruby (~> 1.0) dry-configurable (~> 0.1, >= 0.1.3) - dry-core (0.4.9) + dry-core (0.9.1) concurrent-ruby (~> 1.0) + zeitwerk (~> 2.6) dry-equalizer (0.3.0) dry-initializer (1.4.1) dry-logic (0.4.2) @@ -68,38 +71,36 @@ GEM dry-equalizer (~> 0.2) dry-logic (~> 0.4, >= 0.4.0) dry-types (~> 0.11.0) - erubi (1.9.0) - factory_bot (6.1.0) + erubi (1.11.0) + factory_bot (6.2.1) activesupport (>= 5.0.0) - hanami (1.3.3) + hanami (1.3.5) bundler (>= 1.6, < 3) concurrent-ruby (~> 1.0) + dry-cli (~> 0.5) hanami-assets (~> 1.3) - hanami-cli (~> 0.3) - hanami-controller (~> 1.3) + hanami-controller (~> 1.3, >= 1.3.3) hanami-helpers (~> 1.3) hanami-mailer (~> 1.3) hanami-router (~> 1.3) hanami-utils (~> 1.3) hanami-validations (>= 1.3, < 3) hanami-view (~> 1.3) - hanami-assets (1.3.4) + hanami-assets (1.3.5) hanami-helpers (~> 1.3) hanami-utils (~> 1.3) tilt (~> 2.0, >= 2.0.2) - hanami-cli (0.3.1) - concurrent-ruby (~> 1.0) - hanami-utils (~> 1.3) hanami-controller (1.3.3) hanami-utils (~> 1.3) rack (~> 2.0) hanami-helpers (1.3.3) hanami-utils (~> 1.3) - hanami-mailer (1.3.2) + hanami-mailer (1.3.3) hanami-utils (~> 1.3) mail (~> 2.6) tilt (~> 2.0, >= 2.0.1) - hanami-model (1.3.2) + hanami-model (1.3.3) + bigdecimal (~> 1.4) concurrent-ruby (~> 1.0) dry-logic (~> 0.4.2, < 0.5) dry-types (~> 0.11.0) @@ -111,10 +112,12 @@ GEM hanami-utils (~> 1.3) http_router (= 0.11.2) rack (~> 2.0) - hanami-utils (1.3.6) + hanami-utils (1.3.8) concurrent-ruby (~> 1.0) transproc (~> 1.0) - hanami-validations (1.3.6) + hanami-validations (1.3.9) + dry-configurable (<= 0.12) + dry-container (<= 0.9) dry-logic (~> 0.4.2, < 0.5) dry-validation (~> 0.11, < 0.12) hanami-utils (~> 1.3) @@ -127,36 +130,52 @@ GEM http_router (0.11.2) rack (>= 1.0.0) url_mount (~> 0.2.1) - i18n (1.8.2) + i18n (1.12.0) concurrent-ruby (~> 1.0) ice_nine (0.11.2) inflecto (0.0.2) - jwt (2.2.2) - mail (2.7.1) + json (2.6.3) + jwt (2.5.0) + mail (2.8.0) mini_mime (>= 0.1.1) + net-imap + net-pop + net-smtp + matrix (0.4.2) method_source (1.0.0) - mini_mime (1.0.2) - mini_portile2 (2.4.0) - minitest (5.14.1) - nokogiri (1.10.10) - mini_portile2 (~> 2.4.0) - parallel (1.19.2) - parser (2.7.2.0) + mini_mime (1.1.2) + mini_portile2 (2.8.0) + minitest (5.16.3) + net-imap (0.3.2) + date + net-protocol + net-pop (0.1.2) + net-protocol + net-protocol (0.2.1) + timeout + net-smtp (0.3.3) + net-protocol + nokogiri (1.13.10) + mini_portile2 (~> 2.8.0) + racc (~> 1.4) + parallel (1.22.1) + parser (3.1.3.0) ast (~> 2.4.1) - pry (0.13.1) + pry (0.14.1) coderay (~> 1.1) method_source (~> 1.0) - pry-byebug (3.9.0) + pry-byebug (3.10.1) byebug (~> 11.0) - pry (~> 0.13.0) - public_suffix (4.0.6) - rack (2.2.3) - rack-test (1.1.0) - rack (>= 1.0, < 3) - rainbow (3.0.0) - rake (13.0.1) - regexp_parser (1.8.2) - rexml (3.2.4) + pry (>= 0.13, < 0.15) + public_suffix (5.0.1) + racc (1.6.1) + rack (2.2.4) + rack-test (2.0.2) + rack (>= 1.3) + rainbow (3.1.1) + rake (13.0.6) + regexp_parser (2.6.1) + rexml (3.2.5) rom (3.3.3) concurrent-ruby (~> 1.0) dry-core (~> 0.3) @@ -179,50 +198,54 @@ GEM dry-types (~> 0.11.0) rom (~> 3.2, >= 3.2.2) sequel (~> 4.43) - rspec (3.9.0) - rspec-core (~> 3.9.0) - rspec-expectations (~> 3.9.0) - rspec-mocks (~> 3.9.0) - rspec-core (3.9.3) - rspec-support (~> 3.9.3) - rspec-expectations (3.9.2) + rspec (3.12.0) + rspec-core (~> 3.12.0) + rspec-expectations (~> 3.12.0) + rspec-mocks (~> 3.12.0) + rspec-core (3.12.0) + rspec-support (~> 3.12.0) + rspec-expectations (3.12.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-mocks (3.9.1) + rspec-support (~> 3.12.0) + rspec-mocks (3.12.1) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.9.0) - rspec-support (3.9.3) - rubocop (0.93.1) + rspec-support (~> 3.12.0) + rspec-support (3.12.0) + rubocop (1.40.0) + json (~> 2.3) parallel (~> 1.10) - parser (>= 2.7.1.5) + parser (>= 3.1.2.1) rainbow (>= 2.2.2, < 4.0) - regexp_parser (>= 1.8) - rexml - rubocop-ast (>= 0.6.0) + regexp_parser (>= 1.8, < 3.0) + rexml (>= 3.2.5, < 4.0) + rubocop-ast (>= 1.23.0, < 2.0) ruby-progressbar (~> 1.7) - unicode-display_width (>= 1.4.0, < 2.0) - rubocop-ast (0.8.0) - parser (>= 2.7.1.5) - ruby-progressbar (1.10.1) + unicode-display_width (>= 1.4.0, < 3.0) + rubocop-ast (1.24.0) + parser (>= 3.1.1.0) + ruby-progressbar (1.11.0) sequel (4.49.0) shotgun (0.9.2) rack (>= 1.0) - simplecov (0.18.5) + simplecov (0.21.2) docile (~> 1.1) simplecov-html (~> 0.11) - simplecov-html (0.12.2) - sqlite3 (1.4.2) - thread_safe (0.3.6) - tilt (2.0.10) + simplecov_json_formatter (~> 0.1) + simplecov-html (0.12.3) + simplecov_json_formatter (0.1.4) + sqlite3 (1.5.4) + mini_portile2 (~> 2.8.0) + tilt (2.0.11) + timeout (0.3.1) transproc (1.1.1) - tzinfo (1.2.7) - thread_safe (~> 0.1) - unicode-display_width (1.7.0) + tzinfo (2.0.5) + concurrent-ruby (~> 1.0) + unicode-display_width (2.3.0) url_mount (0.2.1) rack xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.3.0) + zeitwerk (2.6.6) PLATFORMS ruby @@ -245,4 +268,4 @@ DEPENDENCIES sqlite3 BUNDLED WITH - 2.0.1 + 2.3.26 diff --git a/devenv.lock b/devenv.lock new file mode 100644 index 0000000..8034438 --- /dev/null +++ b/devenv.lock @@ -0,0 +1,312 @@ +{ + "nodes": { + "devenv": { + "inputs": { + "flake-compat": "flake-compat", + "nix": "nix", + "nixpkgs": "nixpkgs", + "pre-commit-hooks": "pre-commit-hooks" + }, + "locked": { + "lastModified": 1671288903, + "narHash": "sha256-gs3gOG7GgUPezO6t9k7Jr58KkBKoiQejMhs78ASS3lw=", + "owner": "thenonameguy", + "repo": "devenv", + "rev": "f7b5e925cfd700a56854a3f1a9c67c8ae2f5461b", + "type": "github" + }, + "original": { + "owner": "thenonameguy", + "ref": "naked-shell", + "repo": "devenv", + "type": "github" + } + }, + "flake-compat": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-compat_2": { + "flake": false, + "locked": { + "lastModified": 1668681692, + "narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=", + "owner": "edolstra", + "repo": "flake-compat", + "rev": "009399224d5e398d03b22badca40a37ac85412a1", + "type": "github" + }, + "original": { + "owner": "edolstra", + "repo": "flake-compat", + "type": "github" + } + }, + "flake-utils": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "flake-utils_2": { + "locked": { + "lastModified": 1667395993, + "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, + "gitignore": { + "inputs": { + "nixpkgs": [ + "devenv", + "pre-commit-hooks", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1660459072, + "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "gitignore_2": { + "inputs": { + "nixpkgs": [ + "pre-commit-hooks", + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1660459072, + "narHash": "sha256-8DFJjXG8zqoONA1vXtgeKXy68KdJL5UaXR8NtVMUbx8=", + "owner": "hercules-ci", + "repo": "gitignore.nix", + "rev": "a20de23b925fd8264fd7fad6454652e142fd7f73", + "type": "github" + }, + "original": { + "owner": "hercules-ci", + "repo": "gitignore.nix", + "type": "github" + } + }, + "lowdown-src": { + "flake": false, + "locked": { + "lastModified": 1633514407, + "narHash": "sha256-Dw32tiMjdK9t3ETl5fzGrutQTzh2rufgZV4A/BbxuD4=", + "owner": "kristapsdz", + "repo": "lowdown", + "rev": "d2c2b44ff6c27b936ec27358a2653caaef8f73b8", + "type": "github" + }, + "original": { + "owner": "kristapsdz", + "repo": "lowdown", + "type": "github" + } + }, + "nix": { + "inputs": { + "lowdown-src": "lowdown-src", + "nixpkgs": [ + "devenv", + "nixpkgs" + ], + "nixpkgs-regression": "nixpkgs-regression" + }, + "locked": { + "lastModified": 1670343089, + "narHash": "sha256-Cg3gniXYwyP5U314z6ZqiCHyGNj+KkP3W2ckQqz7Pz4=", + "owner": "domenkozar", + "repo": "nix", + "rev": "389d4dbc3ba3dd7015df30764e861aa556afb931", + "type": "github" + }, + "original": { + "owner": "domenkozar", + "ref": "relaxed-flakes", + "repo": "nix", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1671268780, + "narHash": "sha256-9Okbivo10bcXEGCtmAQNfJt1Zpk6B3tjkSQ2CIXmTCg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "80c24eeb9ff46aa99617844d0c4168659e35175f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-regression": { + "locked": { + "lastModified": 1643052045, + "narHash": "sha256-uGJ0VXIhWKGXxkeNnq4TvV3CIOkUJ3PAoLZ3HMzNVMw=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", + "type": "github" + }, + "original": { + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "215d4d0fd80ca5163643b03a33fde804a29cc1e2", + "type": "github" + } + }, + "nixpkgs-stable": { + "locked": { + "lastModified": 1668984258, + "narHash": "sha256-0gDMJ2T3qf58xgcSbYoXiRGUkPWmKyr5C3vcathWhKs=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cf63ade6f74bbc9d2a017290f1b2e33e8fbfa70a", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-22.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs-stable_2": { + "locked": { + "lastModified": 1668984258, + "narHash": "sha256-0gDMJ2T3qf58xgcSbYoXiRGUkPWmKyr5C3vcathWhKs=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cf63ade6f74bbc9d2a017290f1b2e33e8fbfa70a", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-22.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "nixpkgs_2": { + "locked": { + "lastModified": 1671268780, + "narHash": "sha256-9Okbivo10bcXEGCtmAQNfJt1Zpk6B3tjkSQ2CIXmTCg=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "80c24eeb9ff46aa99617844d0c4168659e35175f", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixpkgs-unstable", + "repo": "nixpkgs", + "type": "github" + } + }, + "pre-commit-hooks": { + "inputs": { + "flake-compat": [ + "devenv", + "flake-compat" + ], + "flake-utils": "flake-utils", + "gitignore": "gitignore", + "nixpkgs": [ + "devenv", + "nixpkgs" + ], + "nixpkgs-stable": "nixpkgs-stable" + }, + "locked": { + "lastModified": 1671180323, + "narHash": "sha256-qAE390OdYvzSMe58HLpoMZ7llPlp+zIy84pXPnuXqCo=", + "owner": "cachix", + "repo": "pre-commit-hooks.nix", + "rev": "a49fc91a606dbbb7a916c56bc09776fc67b5c121", + "type": "github" + }, + "original": { + "owner": "cachix", + "repo": "pre-commit-hooks.nix", + "type": "github" + } + }, + "pre-commit-hooks_2": { + "inputs": { + "flake-compat": "flake-compat_2", + "flake-utils": "flake-utils_2", + "gitignore": "gitignore_2", + "nixpkgs": [ + "nixpkgs" + ], + "nixpkgs-stable": "nixpkgs-stable_2" + }, + "locked": { + "lastModified": 1671180323, + "narHash": "sha256-qAE390OdYvzSMe58HLpoMZ7llPlp+zIy84pXPnuXqCo=", + "owner": "cachix", + "repo": "pre-commit-hooks.nix", + "rev": "a49fc91a606dbbb7a916c56bc09776fc67b5c121", + "type": "github" + }, + "original": { + "owner": "cachix", + "repo": "pre-commit-hooks.nix", + "type": "github" + } + }, + "root": { + "inputs": { + "devenv": "devenv", + "nixpkgs": "nixpkgs_2", + "pre-commit-hooks": "pre-commit-hooks_2" + } + } + }, + "root": "root", + "version": 7 +} diff --git a/devenv.nix b/devenv.nix new file mode 100644 index 0000000..df7b9de --- /dev/null +++ b/devenv.nix @@ -0,0 +1,8 @@ +{ pkgs, ... }: + +{ + languages.ruby = { + enable = true; + package = pkgs.ruby_2_7; + }; +} diff --git a/devenv.yaml b/devenv.yaml new file mode 100644 index 0000000..cc83ab6 --- /dev/null +++ b/devenv.yaml @@ -0,0 +1,5 @@ +inputs: + nixpkgs: + url: github:NixOS/nixpkgs/nixpkgs-unstable + devenv: + url: github:thenonameguy/devenv/naked-shell From 04623d4c49d9f3f4d953146b3b6ddc8828d75832 Mon Sep 17 00:00:00 2001 From: Krisztian Szabo Date: Mon, 19 Dec 2022 21:48:33 +0100 Subject: [PATCH 2/2] Update devenv --- devenv.lock | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/devenv.lock b/devenv.lock index 8034438..e958e96 100644 --- a/devenv.lock +++ b/devenv.lock @@ -8,11 +8,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1671288903, - "narHash": "sha256-gs3gOG7GgUPezO6t9k7Jr58KkBKoiQejMhs78ASS3lw=", + "lastModified": 1671482583, + "narHash": "sha256-dsh17pfp/XsL3nd0LT5rXdGXA2pcA6eh3DKzF95qI9M=", "owner": "thenonameguy", "repo": "devenv", - "rev": "f7b5e925cfd700a56854a3f1a9c67c8ae2f5461b", + "rev": "ccee09d30ff456a66610b146968849e91c34a84e", "type": "github" }, "original": { @@ -169,11 +169,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1671268780, - "narHash": "sha256-9Okbivo10bcXEGCtmAQNfJt1Zpk6B3tjkSQ2CIXmTCg=", + "lastModified": 1670267727, + "narHash": "sha256-hUFAn5gjNHIBpLQT0CmqpuQjQwgWUm+D6aziGAYsDmw=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "80c24eeb9ff46aa99617844d0c4168659e35175f", + "rev": "a5f661b80e4c163510a5013b585a040a5c7ef55e", "type": "github" }, "original": { @@ -217,11 +217,11 @@ }, "nixpkgs-stable_2": { "locked": { - "lastModified": 1668984258, - "narHash": "sha256-0gDMJ2T3qf58xgcSbYoXiRGUkPWmKyr5C3vcathWhKs=", + "lastModified": 1671271954, + "narHash": "sha256-cSvu+bnvN08sOlTBWbBrKaBHQZq8mvk8bgpt0ZJ2Snc=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "cf63ade6f74bbc9d2a017290f1b2e33e8fbfa70a", + "rev": "d513b448cc2a6da2c8803e3c197c9fc7e67b19e3", "type": "github" }, "original": { @@ -233,11 +233,11 @@ }, "nixpkgs_2": { "locked": { - "lastModified": 1671268780, - "narHash": "sha256-9Okbivo10bcXEGCtmAQNfJt1Zpk6B3tjkSQ2CIXmTCg=", + "lastModified": 1671417167, + "narHash": "sha256-JkHam6WQOwZN1t2C2sbp1TqMv3TVRjzrdoejqfefwrM=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "80c24eeb9ff46aa99617844d0c4168659e35175f", + "rev": "bb31220cca6d044baa6dc2715b07497a2a7c4bc7", "type": "github" }, "original": { @@ -262,11 +262,11 @@ "nixpkgs-stable": "nixpkgs-stable" }, "locked": { - "lastModified": 1671180323, - "narHash": "sha256-qAE390OdYvzSMe58HLpoMZ7llPlp+zIy84pXPnuXqCo=", + "lastModified": 1670405695, + "narHash": "sha256-240KGbqtLKBOfJGRgbvLjkJiIquPubpst9WMHfyHhDA=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "a49fc91a606dbbb7a916c56bc09776fc67b5c121", + "rev": "607521bec0cd1e8483b8d4ead7f23433ff19c0a6", "type": "github" }, "original": { @@ -286,11 +286,11 @@ "nixpkgs-stable": "nixpkgs-stable_2" }, "locked": { - "lastModified": 1671180323, - "narHash": "sha256-qAE390OdYvzSMe58HLpoMZ7llPlp+zIy84pXPnuXqCo=", + "lastModified": 1671452357, + "narHash": "sha256-HqzXiQEegpRQ4VEl9pEPgHSIxhJrNJ27HfN1wOc7w2E=", "owner": "cachix", "repo": "pre-commit-hooks.nix", - "rev": "a49fc91a606dbbb7a916c56bc09776fc67b5c121", + "rev": "200790e9c77064c53eaf95805b013d96615ecc27", "type": "github" }, "original": {