0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

diffuse: 0.9.0 -> 0.10.0

This commit is contained in:
R. Ryantm 2025-05-30 12:48:17 +00:00
parent 1c7b92be21
commit b810a4c4e1

View file

@ -17,13 +17,13 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "diffuse"; pname = "diffuse";
version = "0.9.0"; version = "0.10.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "MightyCreak"; owner = "MightyCreak";
repo = "diffuse"; repo = "diffuse";
rev = "v${version}"; rev = "v${version}";
sha256 = "6GdUtdVhhIQL1cD9/e7Byv37PVKXmzVWhJC6GROK7OA="; sha256 = "Svt+llBwJKGXRJZ96dzzdzpL/5jrzXXM/FPZwA7Es8s=";
}; };
format = "other"; format = "other";