From 7fb8a68efa06d078d9e25e673e4072d05f46ebb6 Mon Sep 17 00:00:00 2001 From: hacker1024 Date: Wed, 26 Apr 2023 00:55:10 +1000 Subject: [PATCH] flutter: Fix linux-x64-profile/linux-x64-flutter-gtk artifact hash This was accidentally copied from linux-x64-release. --- pkgs/development/compilers/flutter/engine-artifacts/hashes.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/flutter/engine-artifacts/hashes.nix b/pkgs/development/compilers/flutter/engine-artifacts/hashes.nix index e3453748b053..34f1ccb2e128 100644 --- a/pkgs/development/compilers/flutter/engine-artifacts/hashes.nix +++ b/pkgs/development/compilers/flutter/engine-artifacts/hashes.nix @@ -64,7 +64,7 @@ "linux-x64-flutter-gtk.zip" = "sha256-boICnuJF4zqGb7kaN5haO/df9hC9KeJidt3uIK06S7M="; }; "linux-x64-profile" = { - "linux-x64-flutter-gtk.zip" = "sha256-RAsgupVF18IxLaP8tJ7XRQ8y/um46nlpA8fDITPwLqY="; + "linux-x64-flutter-gtk.zip" = "sha256-AnkLMPW3mwiXdiDz3Zo802QZRi+8EMCy4Mx2ODSbMOU="; }; "linux-x64-release" = { "linux-x64-flutter-gtk.zip" = "sha256-RAsgupVF18IxLaP8tJ7XRQ8y/um46nlpA8fDITPwLqY=";