From d276229c5345057410b9fe71f94520c3c2c83bc0 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 13 Jun 2024 00:25:24 +0000 Subject: [PATCH] python311Packages.uiprotect: 0.13.0 -> 1.1.0 --- pkgs/development/python-modules/uiprotect/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/uiprotect/default.nix b/pkgs/development/python-modules/uiprotect/default.nix index 678237b65c87f..bae843bb4c975 100644 --- a/pkgs/development/python-modules/uiprotect/default.nix +++ b/pkgs/development/python-modules/uiprotect/default.nix @@ -35,14 +35,14 @@ buildPythonPackage rec { pname = "uiprotect"; - version = "0.13.0"; + version = "1.1.0"; pyproject = true; src = fetchFromGitHub { owner = "uilibs"; repo = "uiprotect"; - rev = "v${version}"; - hash = "sha256-Laf8P77fLTTJqqUoGZUtGIVmitrXS1OQLeW8Gqu66NU="; + rev = "refs/tags/v${version}"; + hash = "sha256-TWErGEQot99x48Ti9rBxaq9qcrZiT/W0irdR+UxC1XI="; }; postPatch = ''