Commit 418d76c7 authored by K900's avatar K900
Browse files

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

There wasn't a tag before, but there is one now. It's the same actual commit.
parent 0d76c401
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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=";
  };