···55555656 inherit (shiboken6) version src;
57575858- sourceRoot = "pyside-setup-everywhere-src-6.8.0/sources/pyside6";
5959-6060- patches = [
6161- # Manual backport of https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=cacc9c5803a6dec820dd46211a836453183c8dab
6262- # to fit our structure.
6363- # FIXME: remove for 6.8.1
6464- ./fix-installing-docs.patch
6565- ];
5858+ sourceRoot = "pyside-setup-everywhere-src-${finalAttrs.version}/sources/pyside6";
66596760 # cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS
6861 # reside in the same directory as QtCore.framework, which is not true for Nix.
···11111212buildGoModule rec {
1313 pname = "fastly";
1414- version = "11.0.0";
1414+ version = "11.1.0";
15151616 src = fetchFromGitHub {
1717 owner = "fastly";
1818 repo = "cli";
1919 tag = "v${version}";
2020- hash = "sha256-6j8r4Rh/FrHSp/Frearot4DSabqU0UHUE13xhkLVI1c=";
2020+ hash = "sha256-f1GzxDd7ZG9WyB91vqCsKemp9zyBTliKHznWnQhY9/s=";
2121 # The git commit is part of the `fastly version` original output;
2222 # leave that output the same in nixpkgs. Use the `.git` directory
2323 # to retrieve the commit SHA, and remove the directory afterwards,