xfce.xfce4-sensors-plugin: 1.4.1 -> 1.4.2

This commit is contained in:
José Romildo 2021-11-19 09:16:27 -03:00
parent 76f00f5db9
commit fb1a99cd6c

View file

@ -8,11 +8,11 @@ in
stdenv.mkDerivation rec {
pname = "xfce4-sensors-plugin";
version = "1.4.1";
version = "1.4.2";
src = fetchurl {
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
sha256 = "sha256-N9DcVp5zXkgqGFRcJOsc4CKdaRDjpNTB3uBoCZkjS+I=";
sha256 = "sha256-2pDxLmrplbzRyBvjVHmnqdMjCMZezWTlaLqMlZLTn8s=";
};
nativeBuildInputs = [