about summary refs log tree commit diff
path: root/pkgs/development/python-modules
diff options
context:
space:
mode:
authorMartin Weinelt <mweinelt@users.noreply.github.com>2024-06-13 09:32:22 +0200
committerGitHub <noreply@github.com>2024-06-13 09:32:22 +0200
commit9a1051654c8cebee2ff040cafa71dfa417eaa54e (patch)
treec0e3b4b9270395515fdd6c46c35660af3a8bb92c /pkgs/development/python-modules
parent0c31cf50cf91294bd7341404e073483562a2e94d (diff)
parentd276229c5345057410b9fe71f94520c3c2c83bc0 (diff)
Merge pull request #319431 from r-ryantm/auto-update/python311Packages.uiprotect
python311Packages.uiprotect: 0.13.0 -> 1.1.0
Diffstat (limited to 'pkgs/development/python-modules')
-rw-r--r--pkgs/development/python-modules/uiprotect/default.nix6
1 files 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 = ''