From a1b498f273683fd4aedf5973fefbf0617c85fe73 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Mon, 5 Jun 2023 12:04:24 +0800 Subject: [PATCH] profiles/desktop: update fetchurl attributes --- modules/nixos/profiles/desktop.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/nixos/profiles/desktop.nix b/modules/nixos/profiles/desktop.nix index 649d7ed6..8a813733 100644 --- a/modules/nixos/profiles/desktop.nix +++ b/modules/nixos/profiles/desktop.nix @@ -36,19 +36,19 @@ in { urls = { "flathub" = { url = "https://flathub.org/repo/flathub.flatpakrepo"; - sha256 = "sha256-M3HdJQ5h2eFjNjAHP+/aFTzUQm9y9K+gwzc64uj+oDo="; + hash = "sha256-M3HdJQ5h2eFjNjAHP+/aFTzUQm9y9K+gwzc64uj+oDo="; }; "flathub-beta" = { url = "https://flathub.org/beta-repo/flathub-beta.flatpakrepo"; - sha256 = "sha256-WCyuPJ+dRjnwJ976/m+jO9oKOk1EEpDZJq2For4PcgY="; + hash = "sha256-WCyuPJ+dRjnwJ976/m+jO9oKOk1EEpDZJq2For4PcgY="; }; "gnome-nightly" = { url = "https://nightly.gnome.org/gnome-nightly.flatpakrepo"; - sha256 = "sha256-rFluVpCvgs1iy7YKVnkPh3p6YuF4orbVuOhLUUFRyYM="; + hash = "sha256-rFluVpCvgs1iy7YKVnkPh3p6YuF4orbVuOhLUUFRyYM="; }; "kdeapps" = { url = "https://distribute.kde.org/kdeapps.flatpakrepo"; - sha256 = "sha256-dCF9QQYMmqMuzwAS+HYoPAAtwfzO7aVCl8s4RwhneqI="; + hash = "sha256-dCF9QQYMmqMuzwAS+HYoPAAtwfzO7aVCl8s4RwhneqI="; }; }; in