summaryrefslogtreecommitdiffstats
path: root/pkgs/development/python-modules/craft-providers/inject-snaps.patch
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/craft-providers/inject-snaps.patch')
-rw-r--r--pkgs/development/python-modules/craft-providers/inject-snaps.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/craft-providers/inject-snaps.patch b/pkgs/development/python-modules/craft-providers/inject-snaps.patch
index 85dec7f8bd97..37f9f2f82d7e 100644
--- a/pkgs/development/python-modules/craft-providers/inject-snaps.patch
+++ b/pkgs/development/python-modules/craft-providers/inject-snaps.patch
@@ -38,7 +38,7 @@ index 3c914a2..d9c2cf9 100644
- details=error.details,
- ) from error
+ try:
-+ channel = "latest/edge" if snap.name == "rockcraft" else "latest/stable"
++ channel = "latest/beta"
+ snap_installer.install_from_store(
+ executor=executor,
+ snap_name=snap.name,