diffuse: 0.8.2 -> 0.9.0

This commit is contained in:
R. Ryantm 2024-01-21 17:02:07 +00:00
parent 58fcc2db9d
commit 5d963adbcc

View File

@ -14,13 +14,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "diffuse"; pname = "diffuse";
version = "0.8.2"; version = "0.9.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MightyCreak"; owner = "MightyCreak";
repo = "diffuse"; repo = "diffuse";
rev = "v${version}"; rev = "v${version}";
sha256 = "aGg5uh9KitVP2bBUizgGIZWvzTxfJGid0WUGVNyHdlk="; sha256 = "6GdUtdVhhIQL1cD9/e7Byv37PVKXmzVWhJC6GROK7OA=";
}; };
format = "other"; format = "other";