From a47695090db7575a18bcee0acc6e1359adb6a9df Mon Sep 17 00:00:00 2001 From: Timon Date: Sun, 19 Jul 2026 10:50:06 +0000 Subject: [PATCH] Update hash --- .nix/pkgs/graphite-cef.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.nix/pkgs/graphite-cef.nix b/.nix/pkgs/graphite-cef.nix index 45e12a5d1a..757ae71f06 100644 --- a/.nix/pkgs/graphite-cef.nix +++ b/.nix/pkgs/graphite-cef.nix @@ -12,7 +12,7 @@ let src = selectSystem { x86_64-linux = pkgs.fetchurl { url = "https://github.com/timon-schelling/graphite-cef/releases/download/v${version}/graphite_cef_x86-64_linux.tar.xz"; - hash = "sha256-ePkZWzsHLBdZyHOgzD1vuzafGRFWFGPIsU40pGIZZvM="; + hash = "sha256-NQnddlL5lvoqJ9BLzIDUfbP/iCW/PfjNuJbtc92Y/Qw="; }; aarch64-linux = pkgs.fetchurl { url = "https://cef-builds.spotifycdn.com/cef_binary_${upstream}_linuxarm64_minimal.tar.bz2";