From 5df42a1f895de29ccfa7f2a28dccd948fab8c968 Mon Sep 17 00:00:00 2001 From: zoff99 Date: Sat, 23 Mar 2024 11:30:06 +0100 Subject: [PATCH] fix nixos checksum for patch file --- .github/workflows/build-test-deploy.yaml | 2 +- buildscripts/nixos_qtox.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test-deploy.yaml b/.github/workflows/build-test-deploy.yaml index a650f089fb..6324687e41 100644 --- a/.github/workflows/build-test-deploy.yaml +++ b/.github/workflows/build-test-deploy.yaml @@ -483,7 +483,7 @@ jobs: runs-on: ubuntu-22.04 needs: [build-windows-i686-docker, update-nightly-tag] if: | - always() && + false && needs.build-windows-i686-docker.result == 'success' && (needs.update-nightly-tag.result == 'success' || needs.update-nightly-tag.result == 'skipped') diff --git a/buildscripts/nixos_qtox.nix b/buildscripts/nixos_qtox.nix index 2348884473..a16f6cdf70 100644 --- a/buildscripts/nixos_qtox.nix +++ b/buildscripts/nixos_qtox.nix @@ -19,7 +19,7 @@ let (fetchpatch { url = "https://raw.githubusercontent.com/Zoxcore/qTox_enhanced/zoxcore/push_notification/buildscripts/patches/tc___ftv2_capabilities.patch"; - sha256 = "sha256-LU4EDwEKLh5m3OByt/Mc1dyM3huCFwHFgWo083s6lKg="; + sha256 = "sha256-JThBGKgpLKQTLYCWpTyWPPaZ2WuyTA6N8BXeh8+e7g0="; }) ]; buildInputs = [