Skip to content

Commit

Permalink
fix nixos checksum for patch file
Browse files Browse the repository at this point in the history
  • Loading branch information
zoff99 committed Mar 23, 2024
1 parent 9d96a88 commit 5df42a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/nixos_qtox.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 5df42a1

Please sign in to comment.