···5556 inherit (shiboken6) version src;
5758- sourceRoot = "pyside-setup-everywhere-src-6.8.0/sources/pyside6";
59-60- patches = [
61- # Manual backport of https://code.qt.io/cgit/pyside/pyside-setup.git/patch/?id=cacc9c5803a6dec820dd46211a836453183c8dab
62- # to fit our structure.
63- # FIXME: remove for 6.8.1
64- ./fix-installing-docs.patch
65- ];
6667 # cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS
68 # reside in the same directory as QtCore.framework, which is not true for Nix.
···5556 inherit (shiboken6) version src;
5758+ sourceRoot = "pyside-setup-everywhere-src-${finalAttrs.version}/sources/pyside6";
00000005960 # cmake/Macros/PySideModules.cmake supposes that all Qt frameworks on macOS
61 # reside in the same directory as QtCore.framework, which is not true for Nix.
···1112buildGoModule rec {
13 pname = "fastly";
14- version = "11.0.0";
1516 src = fetchFromGitHub {
17 owner = "fastly";
18 repo = "cli";
19 tag = "v${version}";
20- hash = "sha256-6j8r4Rh/FrHSp/Frearot4DSabqU0UHUE13xhkLVI1c=";
21 # The git commit is part of the `fastly version` original output;
22 # leave that output the same in nixpkgs. Use the `.git` directory
23 # to retrieve the commit SHA, and remove the directory afterwards,
···1112buildGoModule rec {
13 pname = "fastly";
14+ version = "11.1.0";
1516 src = fetchFromGitHub {
17 owner = "fastly";
18 repo = "cli";
19 tag = "v${version}";
20+ hash = "sha256-f1GzxDd7ZG9WyB91vqCsKemp9zyBTliKHznWnQhY9/s=";
21 # The git commit is part of the `fastly version` original output;
22 # leave that output the same in nixpkgs. Use the `.git` directory
23 # to retrieve the commit SHA, and remove the directory afterwards,