From b4a424fb29227237e20ff8fd969e16a41be5580b Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Wed, 22 Jul 2026 09:40:33 +0200 Subject: [PATCH] sideband: 1.9.8 -> 2.0.0 Diff: https://github.com/markqvist/Sideband/compare/1.9.8...2.0.0 Changelog: https://github.com/markqvist/Sideband/releases/tag/2.0.0 --- pkgs/by-name/si/sideband/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/si/sideband/package.nix b/pkgs/by-name/si/sideband/package.nix index 6688c160b2fe..95f9effaa33f 100644 --- a/pkgs/by-name/si/sideband/package.nix +++ b/pkgs/by-name/si/sideband/package.nix @@ -7,7 +7,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pname = "sideband"; - version = "1.9.8"; + version = "2.0.0"; pyproject = true; __structuredAttrs = true; @@ -15,7 +15,7 @@ python3Packages.buildPythonApplication (finalAttrs: { owner = "markqvist"; repo = "Sideband"; tag = finalAttrs.version; - hash = "sha256-DGX96QJS+T9CEgpF2X6aSkW66/6ORYAkNFi7hgNOEc4="; + hash = "sha256-RCSSyTtt2eN9hYT1xzPYjJloPjnkIS6bo21PHrlg5S8="; }; # Unable to upstream all of this @@ -32,7 +32,7 @@ python3Packages.buildPythonApplication (finalAttrs: { substituteInPlace sbapp/main.py \ --replace-fail \ "1.9.2" \ - "1.9.8" + "2.0.0" ''; build-system = with python3Packages; [