about summary refs log tree commit diff
path: root/pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@protonmail.com>2021-06-16 21:20:52 -0300
committerAndersonTorres <torres.anderson.85@protonmail.com>2021-06-17 13:25:11 -0300
commitc1e80e6dc5ba8a241d84238e8109e721521ac3f9 (patch)
tree8aaf55aaf8d7f0bde5be1d0d1dd55f8c25304b5a /pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix
parent6f910f41f4fcf1f038bbcae221bff9f6c9820b2d (diff)
downloadnixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar.gz
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar.bz2
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar.lz
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar.xz
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.tar.zst
nixlib-c1e80e6dc5ba8a241d84238e8109e721521ac3f9.zip
Change the XFCE expressions' source hashes to SRI format
Diffstat (limited to 'pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix')
-rw-r--r--pkgs/desktops/xfce/panel-plugins/xfce4-genmon-plugin/default.nix2
1 files changed, 1 insertions, 1 deletions
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 = [