retool: 2.3.8 -> 2.3.9 (#390399)

authored by Nick Cao and committed by GitHub b2803456 16bfc8d2

+3 -3
+3 -3
pkgs/by-name/re/retool/package.nix
··· 8 8 9 9 python3.pkgs.buildPythonApplication rec { 10 10 pname = "retool"; 11 - version = "2.3.8"; 11 + version = "2.3.9"; 12 12 13 13 pyproject = true; 14 14 disabled = python3.pkgs.pythonOlder "3.10"; ··· 17 17 owner = "unexpectedpanda"; 18 18 repo = "retool"; 19 19 tag = "v${version}"; 20 - hash = "sha256-KGBpGZAC0SjStp0aulxVRJMmNwlpvSG0i0rtZgvFCpc="; 20 + hash = "sha256-pWH6R5RjYQv03LdoG3RUy/7mw93it1D3yNIyiV9ELQI="; 21 21 }; 22 22 23 23 nativeBuildInputs = with python3.pkgs; [ ··· 51 51 meta = with lib; { 52 52 description = "Better filter tool for Redump and No-Intro dats"; 53 53 homepage = "https://github.com/unexpectedpanda/retool"; 54 - changelog = "https://github.com/unexpectedpanda/retool/blob/v${version}/changelog.md"; 54 + changelog = "https://github.com/unexpectedpanda/retool/blob/${src.tag}/changelog.md"; 55 55 license = licenses.bsd3; 56 56 maintainers = with maintainers; [ thiagokokada ]; 57 57 };