From e3ad96326fc451c025c10c7be8717f7d16e4ec2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Thu, 11 May 2023 14:41:38 +0200 Subject: nixos: use upstream version of shvspy --- flake.lock | 94 +++++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 81 insertions(+), 13 deletions(-) (limited to 'flake.lock') diff --git a/flake.lock b/flake.lock index 16ce83c..c73e4da 100644 --- a/flake.lock +++ b/flake.lock @@ -117,6 +117,23 @@ } }, "flake-utils_5": { + "inputs": { + "systems": "systems_2" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "id": "flake-utils", + "type": "indirect" + } + }, + "flake-utils_6": { "locked": { "lastModified": 1659877975, "narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=", @@ -154,11 +171,11 @@ "nixpkgs-regression": "nixpkgs-regression" }, "locked": { - "lastModified": 1683646964, - "narHash": "sha256-DZZa3OZIOeIrGwEt9lGXSih4BoO0RBKyrZdYrCx1LQA=", + "lastModified": 1683734489, + "narHash": "sha256-h1RgVCwQd8888WCrkmintDD/eqe3q6XCsRS48IzIdc4=", "owner": "NixOS", "repo": "nix", - "rev": "aacde38d2c8a0cf159794e5ec87ef63dccf59e35", + "rev": "f60b21563990ec11d87dd4abe57b8b187d6b6fb3", "type": "github" }, "original": { @@ -263,11 +280,11 @@ }, "nixpkgs_4": { "locked": { - "lastModified": 1683665855, - "narHash": "sha256-+zaVmryrI+qh+LuSgC8j10x/qWG0fYbMXAdXjzs7hm8=", + "lastModified": 1683723037, + "narHash": "sha256-lHtF5qWd2WhGXPe6p/ZSEFJ4o+QR43Ahj4/byVaNDjU=", "owner": "NixOS", "repo": "nixpkgs", - "rev": "4487c14ec3f62ebbb677f2da4f83d4c0a424b6e2", + "rev": "f219df95eaf1215df3aa0e92cac74a80df0ee680", "type": "github" }, "original": { @@ -292,6 +309,20 @@ } }, "nixpkgs_6": { + "locked": { + "lastModified": 1682109806, + "narHash": "sha256-d9g7RKNShMLboTWwukM+RObDWWpHKaqTYXB48clBWXI=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "2362848adf8def2866fabbffc50462e929d7fffb", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_7": { "locked": { "lastModified": 1637875414, "narHash": "sha256-Ica++SXFuLyxX9Q7YxhfZulUif6/gwM8AEQYlUxqSgE=", @@ -306,7 +337,7 @@ "type": "indirect" } }, - "nixpkgs_7": { + "nixpkgs_8": { "locked": { "lastModified": 1664847737, "narHash": "sha256-Wxl0CtRH3Vo8+qEZ/PbCcx+9D8wEEi56tJPmROum2ss=", @@ -367,6 +398,7 @@ "nixturris": "nixturris", "personal-secret": "personal-secret", "shellrc": "shellrc", + "shvspy": "shvspy", "sterm": "sterm", "usbkey": "usbkey", "vpsadminos": "vpsadminos" @@ -391,10 +423,31 @@ "url": "https://git.cynerd.cz/shellrc" } }, - "sterm": { + "shvspy": { "inputs": { + "flake-utils": "flake-utils_5", "nixpkgs": "nixpkgs_6" }, + "locked": { + "lastModified": 1683727373, + "narHash": "sha256-Gn2lRytHVf71jjZB3W1CRwV4lwYKMrusrjZWE763rxY=", + "ref": "refs/heads/master", + "rev": "2065f9776fe2c23d74cc6d948f5a4940675668fc", + "revCount": 366, + "submodules": true, + "type": "git", + "url": "https://github.com/silicon-heaven/shvspy.git" + }, + "original": { + "submodules": true, + "type": "git", + "url": "https://github.com/silicon-heaven/shvspy.git" + } + }, + "sterm": { + "inputs": { + "nixpkgs": "nixpkgs_7" + }, "locked": { "lastModified": 1661025608, "narHash": "sha256-RJD0js+10s18ovDy0b/edPdQ+H4rc6V0UI0YjGK4rL0=", @@ -424,10 +477,25 @@ "type": "github" } }, + "systems_2": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "usbkey": { "inputs": { - "flake-utils": "flake-utils_5", - "nixpkgs": "nixpkgs_7" + "flake-utils": "flake-utils_6", + "nixpkgs": "nixpkgs_8" }, "locked": { "lastModified": 1665754388, @@ -446,11 +514,11 @@ }, "vpsadminos": { "locked": { - "lastModified": 1683615591, - "narHash": "sha256-+/Ww8opcfNw16hpSQEFlfRJvPrul0HrEEFFjNAhX9LU=", + "lastModified": 1683732834, + "narHash": "sha256-djEbQCgd6ykc+0JVBQKCkSL3y3n/brmAijrlFuaH7ms=", "owner": "vpsfreecz", "repo": "vpsadminos", - "rev": "11ab10652190fa10f95f56e5ef3d8af2d1298048", + "rev": "86277fe53af8474cb8e10c9bd1f0d4dcafc30e14", "type": "github" }, "original": { -- cgit v1.2.3