refurb: 2.1.0 -> 2.2.0

This commit is contained in:
R. Ryantm
2025-09-23 11:56:19 +00:00
parent 1d845b2188
commit 791c746d91
+2 -2
View File
@@ -6,14 +6,14 @@
python3Packages.buildPythonApplication rec {
pname = "refurb";
version = "2.1.0";
version = "2.2.0";
format = "pyproject";
src = fetchFromGitHub {
owner = "dosisod";
repo = "refurb";
tag = "v${version}";
hash = "sha256-iqpVc4ajqF7DIl4jUH8+epEit4a/8KSrk2GwLJSVAbs=";
hash = "sha256-Y401oUQd516Pyf+8sTrje5AoeWCSGKlXktnwyj/nTl8=";
};
nativeBuildInputs = with python3Packages; [