From c1e80e6dc5ba8a241d84238e8109e721521ac3f9 Mon Sep 17 00:00:00 2001 From: AndersonTorres Date: Wed, 16 Jun 2021 21:20:52 -0300 Subject: Change the XFCE expressions' source hashes to SRI format --- pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix') diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix index 8289be333100..e190df90b83b 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix @@ -18,7 +18,7 @@ in stdenv.mkDerivation rec { src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "shGf0P8Z+ik7l+yXsN6OJBeZ4IuGIYUVFnxWi9m1ATU="; + sha256 = "sha256-shGf0P8Z+ik7l+yXsN6OJBeZ4IuGIYUVFnxWi9m1ATU="; }; nativeBuildInputs = [ -- cgit 1.4.1