diffuse: 0.8.2 -> 0.9.0
This commit is contained in:
parent
58fcc2db9d
commit
5d963adbcc
@ -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";
|
||||||
|
Loading…
Reference in New Issue
Block a user