Merge pull request #119143 from r-ryantm/auto-update/qdirstat

qdirstat: 1.7 -> 1.7.1
This commit is contained in:
Maximilian Bosch
2021-04-12 17:55:57 +02:00
committed by GitHub
+3 -3
View File
@@ -4,13 +4,13 @@
let let
pname = "qdirstat"; pname = "qdirstat";
version = "1.7"; version = "1.7.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "shundhammer"; owner = "shundhammer";
repo = pname; repo = pname;
rev = version; rev = version;
sha256 = "163x3fxra0l3vvrzm25mh7jvcwjbmwsqlpppkxx76mkz9a1769fy"; sha256 = "sha256-i1xHMwSnBULJbOA/ykQK9WBd+6TBNBRI9hnU1FDGQlY=";
}; };
in in
@@ -50,7 +50,7 @@ mkDerivation {
meta = with lib; { meta = with lib; {
description = "Graphical disk usage analyzer"; description = "Graphical disk usage analyzer";
homepage = src.meta.homepage; homepage = src.meta.homepage;
license = licenses.gpl2; license = licenses.gpl2Plus;
maintainers = with maintainers; [ gnidorah ]; maintainers = with maintainers; [ gnidorah ];
platforms = platforms.linux; platforms = platforms.linux;
}; };