python313Packages.{shiboken6,pyside6}: fetch sources by tag

There wasn't a tag before, but there is one now. It's the same actual commit.
This commit is contained in:
K900
2025-10-09 15:10:37 +03:00
parent 0d76c40190
commit 418d76c792
@@ -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=";
};