From 418d76c79247c20a86a8fb01a09fe1c1e9a62dca Mon Sep 17 00:00:00 2001 From: K900 Date: Thu, 9 Oct 2025 15:10:37 +0300 Subject: [PATCH] python313Packages.{shiboken6,pyside6}: fetch sources by tag There wasn't a tag before, but there is one now. It's the same actual commit. --- pkgs/development/python-modules/shiboken6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/shiboken6/default.nix b/pkgs/development/python-modules/shiboken6/default.nix index 2ac75ab8a09d..0267a3ad2974 100644 --- a/pkgs/development/python-modules/shiboken6/default.nix +++ b/pkgs/development/python-modules/shiboken6/default.nix @@ -17,7 +17,7 @@ stdenv'.mkDerivation (finalAttrs: { src = fetchgit { url = "https://code.qt.io/pyside/pyside-setup.git"; - rev = "97af685d5b777323690704fb9848f50aa2728ce9"; + tag = "v${finalAttrs.version}"; hash = "sha256-zJV4rrqr2bzWFEG1CWOI+y6wbfQDvWAst6T3aSssj6M="; };