Merge pull request #83684 from romildo/fix.xfce4-hardware-monitor-plugin

xfce.xfce4-hardware-monitor-plugin: fix url (unmaintained)
This commit is contained in:
worldofpeace 2020-03-29 13:08:04 -04:00 committed by GitHub
commit 944ff7c9e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,8 +7,8 @@ stdenv.mkDerivation rec {
version = "1.6.0";
src = fetchurl {
url = "https://git.xfce.org/panel-plugins/${pname}/snapshot/${pname}-${version}.tar.bz2";
sha256 = "0xg5har11fk1wmdymydxlbk1z8aa39j8k0p4gzw2iqslv3n0zf7b";
url = "https://git.xfce.org/archive/${pname}/snapshot/${pname}-${version}.tar.gz";
sha256 = "11k7m41jxkaqmpp5njkixw60q517xnw923mz34dnm1llx9ilvfk8";
};
nativeBuildInputs = [