From 4c47de99668ccaef24669f0d2f8220dd9451e60e Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@private.storage>
Date: Wed, 17 Jan 2024 17:05:12 +0000
Subject: [PATCH] Upgrade PrivateStorageIo to nixos-23.11

---
 nixpkgs.json         | 4 ++--
 tools/update-nixpkgs | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nixpkgs.json b/nixpkgs.json
index 7d6b1b16..ba0ac988 100644
--- a/nixpkgs.json
+++ b/nixpkgs.json
@@ -1,5 +1,5 @@
 {
   "name": "source",
-  "url": "https://releases.nixos.org/nixos/23.05/nixos-23.05.4738.41de143fda10/nixexprs.tar.xz",
-  "sha256": "0bqq6l4c0k62g6a1npk9gbzf8j373859gvb7kxnpq5p5175mzw6d"
+  "url": "https://releases.nixos.org/nixos/23.11/nixos-23.11.2962.b8dd8be3c790/nixexprs.tar.xz",
+  "sha256": "053dwx7smszz3a0khbm6zvf9pvy5xz1ifdk9jx6gz5cmwjab0gmp"
 }
\ No newline at end of file
diff --git a/tools/update-nixpkgs b/tools/update-nixpkgs
index 7ed06e2c..f20acdb1 100755
--- a/tools/update-nixpkgs
+++ b/tools/update-nixpkgs
@@ -10,7 +10,7 @@ from ps_tools import get_url_hash
 # We pass this to builtins.fetchTarball which only supports sha256
 HASH_TYPE = "sha256"
 
-DEFAULT_CHANNEL = "nixos-23.05"
+DEFAULT_CHANNEL = "nixos-23.11"
 CHANNEL_URL_TEMPLATE = "https://channels.nixos.org/{channel}/nixexprs.tar.xz"
 
 
-- 
GitLab