summaryrefslogtreecommitdiffstats
path: root/pkgs
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-03-17 15:21:41 +0100
committerGitHub <noreply@github.com>2024-03-17 15:21:41 +0100
commitd9a2160c71b8c252797ce84df783e2bf82719db2 (patch)
tree2964ab95ae39be1c1bc6fe65abb2f2667892507d /pkgs
parent2e911ea73b38a2557b45fcd30c1fa213a51621d4 (diff)
parentcb7c67bfc8c28ea29d7b81d9b3e017892fbcf8d0 (diff)
Merge pull request #294390 from r-ryantm/auto-update/isolate
isolate: 1.10.1 -> 2.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/security/isolate/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/isolate/default.nix b/pkgs/tools/security/isolate/default.nix
index 4aa592029600..abc491d95c70 100644
--- a/pkgs/tools/security/isolate/default.nix
+++ b/pkgs/tools/security/isolate/default.nix
@@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "isolate";
- version = "1.10.1";
+ version = "2.0";
src = fetchFromGitHub {
owner = "ioi";
repo = "isolate";
rev = "v${version}";
- hash = "sha256-xY2omzqIJYElLtzj4byy/QG4pW4erCxc+cD2X9nA2jM=";
+ hash = "sha256-kKXkXPVB9ojyIERvEdkHkXC//Agin8FPcpTBmTxh/ZE=";
};
nativeBuildInputs = [