Merge pull request #282644 from r-ryantm/auto-update/diffuse

diffuse: 0.8.2 -> 0.9.0
This commit is contained in:
h7x4
2024-01-31 08:19:21 +01:00
committed by GitHub
+2 -2
View File
@@ -14,13 +14,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "diffuse";
version = "0.8.2";
version = "0.9.0";
src = fetchFromGitHub {
owner = "MightyCreak";
repo = "diffuse";
rev = "v${version}";
sha256 = "aGg5uh9KitVP2bBUizgGIZWvzTxfJGid0WUGVNyHdlk=";
sha256 = "6GdUtdVhhIQL1cD9/e7Byv37PVKXmzVWhJC6GROK7OA=";
};
format = "other";