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

diffuse: 0.7.7 -> 0.8.1
This commit is contained in:
Weijia Wang 2023-04-11 01:08:18 +03:00 committed by GitHub
commit 8da07ce40e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,13 +14,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "diffuse";
version = "0.7.7";
version = "0.8.1";
src = fetchFromGitHub {
owner = "MightyCreak";
repo = "diffuse";
rev = "v${version}";
sha256 = "7tidv01znXYYSOKe3cH2+gSBF00aneL9nealcE5avcE=";
sha256 = "L+6QwM7w/16IVbiyakBpP7vkbd2/BCGTiRlQG0v1XmU=";
};
format = "other";