Loading pkgs/development/tools/gammaray/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ stdenv.mkDerivation rec { pname = "gammaray"; version = "3.3.0"; version = "3.3.1"; src = fetchFromGitHub { owner = "KDAB"; repo = pname; rev = "v${version}"; hash = "sha256-1d27hDIxf7pFZlRnblwIbXId7EVItdNuHXtZ/MytQQw="; tag = "v${version}"; hash = "sha256-CJKb7H77PjPwCGW4fqLSJw1mhSweuFYlDE/7RyVDcT0="; }; nativeBuildInputs = [ Loading Loading @@ -63,6 +63,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Software introspection tool for Qt applications developed by KDAB"; homepage = "https://github.com/KDAB/GammaRay"; changelog = "https://github.com/KDAB/GammaRay/releases/tag/${src.tag}"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ wineee ]; Loading Loading
pkgs/development/tools/gammaray/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -23,13 +23,13 @@ stdenv.mkDerivation rec { pname = "gammaray"; version = "3.3.0"; version = "3.3.1"; src = fetchFromGitHub { owner = "KDAB"; repo = pname; rev = "v${version}"; hash = "sha256-1d27hDIxf7pFZlRnblwIbXId7EVItdNuHXtZ/MytQQw="; tag = "v${version}"; hash = "sha256-CJKb7H77PjPwCGW4fqLSJw1mhSweuFYlDE/7RyVDcT0="; }; nativeBuildInputs = [ Loading Loading @@ -63,6 +63,7 @@ stdenv.mkDerivation rec { meta = with lib; { description = "Software introspection tool for Qt applications developed by KDAB"; homepage = "https://github.com/KDAB/GammaRay"; changelog = "https://github.com/KDAB/GammaRay/releases/tag/${src.tag}"; license = licenses.gpl2Plus; platforms = platforms.linux; maintainers = with maintainers; [ wineee ]; Loading