refurb: 1.28.0 -> 2.0.0

This commit is contained in:
R. Ryantm 2024-03-15 09:02:57 +00:00
parent 2bcf18c64c
commit 15159ba45a
1 changed files with 2 additions and 2 deletions

View File

@ -5,14 +5,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "1.28.0";
version = "2.0.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
rev = "refs/tags/v${version}";
hash = "sha256-b7Id2Oyjw3NZno56IMDIq7fn5u9+jn42nuae8ix90fM=";
hash = "sha256-6MchaqRKJPmvwiDyhCK4kFyIYl2B+2dGL8H8X2ES+VQ=";
};
postPatch = ''