about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/wire-desktop
diff options
context:
space:
mode:
authorFlorian Klink <flokli@flokli.de>2022-12-23 12:13:28 +0100
committerFlorian Klink <flokli@flokli.de>2022-12-23 12:13:28 +0100
commitaee59c734ea5d99cd2c7b5b17f137ea35b35d941 (patch)
treea7e3f28f79d4ddbb134a95427e4783d221adc0f3 /pkgs/applications/networking/instant-messengers/wire-desktop
parent466e19114b579e192b1e8f75d886d3b5b344ab65 (diff)
wire-desktop: use hash instead of sha256
With everything being SRI hashes, we can use `hash` now.
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/wire-desktop')
-rw-r--r--pkgs/applications/networking/instant-messengers/wire-desktop/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
index 23cc0ca624b3b..c579a0f345671 100644
--- a/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
+++ b/pkgs/applications/networking/instant-messengers/wire-desktop/default.nix
@@ -27,7 +27,7 @@ let
     x86_64-linux = "3.30.3018";
   }.${system} or throwSystem;
 
-  sha256 = {
+  hash = {
     x86_64-darwin = "sha256-TQEzZ7jWdhS0ehAjGJCBD3bTwrp77rajsmnZZ/T752s=";
     x86_64-linux = "sha256-46WjFA+E9M7RfTOM/Xoho+9ooToSgQiZaMlcZ3lJvBQ=";
   }.${system} or throwSystem;
@@ -66,7 +66,7 @@ let
     src = fetchurl {
       url = "https://wire-app.wire.com/linux/debian/pool/main/"
         + "Wire-${version}_amd64.deb";
-      inherit sha256;
+      inherit hash;
     };
 
     desktopItem = makeDesktopItem {
@@ -134,7 +134,7 @@ let
     src = fetchurl {
       url = "https://github.com/wireapp/wire-desktop/releases/download/"
         + "macos%2F${version}/Wire.pkg";
-      inherit sha256;
+      inherit hash;
     };
 
     buildInputs = [