From 5a0c4a1842244e8e4d8ad22e7b4153382885d92d Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 31 May 2025 03:10:58 +0200 Subject: [PATCH 1/2] openswitcher: 0.11.0 -> 0.12.0 --- pkgs/by-name/op/openswitcher/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/op/openswitcher/package.nix b/pkgs/by-name/op/openswitcher/package.nix index 95f65aa83d79..5502e3a3b1e8 100644 --- a/pkgs/by-name/op/openswitcher/package.nix +++ b/pkgs/by-name/op/openswitcher/package.nix @@ -15,14 +15,14 @@ python3Packages.buildPythonApplication rec { pname = "openswitcher"; - version = "0.11.0"; + version = "0.12.0"; format = "other"; src = fetchFromSourcehut { owner = "~martijnbraam"; repo = "pyatem"; rev = version; - hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU="; + hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4="; }; outputs = [ From 9a48ee74e762612e4b284c8f810a67dc0de2b782 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sat, 31 May 2025 03:11:35 +0200 Subject: [PATCH 2/2] python3Packages.pyatem: 0.11.0 -> 0.12.0 --- pkgs/development/python-modules/pyatem/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/pyatem/default.nix b/pkgs/development/python-modules/pyatem/default.nix index a605dd4b1a3d..a4f1e429f0f0 100644 --- a/pkgs/development/python-modules/pyatem/default.nix +++ b/pkgs/development/python-modules/pyatem/default.nix @@ -18,14 +18,14 @@ buildPythonPackage rec { pname = "pyatem"; - version = "0.11.0"; # check latest version in setup.py + version = "0.12.0"; # check latest version in setup.py pyproject = true; src = fetchFromSourcehut { owner = "~martijnbraam"; repo = "pyatem"; rev = version; - hash = "sha256-VBuOnUVB6n8ahVtunubgao9jHPu9ncX0dhDT0PdSFhU="; + hash = "sha256-2NuqZn/WZzQXLc/hVm5/5gp9l0LMIHHPBW5h4j34/a4="; }; nativeBuildInputs = [ setuptools ];