rare: 1.8.8 -> 1.8.9

https://github.com/Dummerle/Rare/releases/tag/1.8.9
This commit is contained in:
MultisampledNight
2022-04-12 00:30:51 +02:00
parent fd364d2688
commit 8adfdcb746

View File

@@ -3,12 +3,12 @@
buildPythonApplication rec {
pname = "rare";
version = "1.8.8";
version = "1.8.9";
src = fetchPypi {
inherit version;
pname = "Rare";
sha256 = "sha256-00CtvBqSrT9yJUHZ5529VrIQtCOYkHRc8+rJHmrTSpg=";
sha256 = "sha256-UEvGwWjr4FCsvyFz6Db3VnhVS6MS3FYzYSucumzOoEA=";
};
nativeBuildInputs = [