Merge master into staging-next

This commit is contained in:
github-actions[bot]
2020-12-29 12:25:25 +00:00
committed by GitHub
10 changed files with 103 additions and 47 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
stdenv.mkDerivation rec {
pname = "radeontop";
version = "2019-06-03";
version = "1.3";
src = fetchFromGitHub {
sha256 = "1b1m30r2nfwqkajqw6m01xmfhlq83z1qylyijxg7962mp9x2k0gw";
rev = "v1.2";
sha256 = "sha256-tnIxM0+RfOIt714fEUWRP/4rEPHaOuCZFit9/RPdxis=";
rev = "v${version}";
repo = "radeontop";
owner = "clbr";
};
+1 -1
View File
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
meta = {
description = "The USBGuard software framework helps to protect your computer against BadUSB";
homepage = "https://usbguard.github.io/";
license = licenses.gpl2;
license = licenses.gpl2Plus;
maintainers = [ maintainers.tnias ];
};
}