Merge pull request #284018 from r-ryantm/auto-update/variety

variety: 0.8.11 -> 0.8.12
This commit is contained in:
Nick Cao 2024-01-26 10:21:43 -05:00 committed by GitHub
commit 19a306d9ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,13 +21,13 @@
python3.pkgs.buildPythonApplication rec {
pname = "variety";
version = "0.8.11";
version = "0.8.12";
src = fetchFromGitHub {
owner = "varietywalls";
repo = "variety";
rev = "refs/tags/${version}";
hash = "sha256-JdfFzlfj1J5gx11MfOqIdzvBiheWBaGLxg5jCvvsrp8=";
hash = "sha256-FjnhV7vzRPVDCgUNK8CHo3arKXuwe+3xH/5AxCVgeIY=";
};
nativeBuildInputs = [