about summary refs log tree commit diff
path: root/pkgs/applications/misc
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2024-01-21 00:35:13 +0100
committerGitHub <noreply@github.com>2024-01-21 00:35:13 +0100
commit10f6452490837b679d113241dd33df86785a8e80 (patch)
tree626a0b6182db2f27d8230b986ceb01810687e8f5 /pkgs/applications/misc
parente792f638826115cbc31dcf11014960473e0289d1 (diff)
parentff620df8dd0ee3a602dbfa46ac6eb7ea0d3b224c (diff)
Merge pull request #282214 from r-ryantm/auto-update/variety
variety: 0.8.10 -> 0.8.11
Diffstat (limited to 'pkgs/applications/misc')
-rw-r--r--pkgs/applications/misc/variety/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/variety/default.nix b/pkgs/applications/misc/variety/default.nix
index a5a2085fbf340..eb0f0c133d16c 100644
--- a/pkgs/applications/misc/variety/default.nix
+++ b/pkgs/applications/misc/variety/default.nix
@@ -21,13 +21,13 @@
 
 python3.pkgs.buildPythonApplication rec {
   pname = "variety";
-  version = "0.8.10";
+  version = "0.8.11";
 
   src = fetchFromGitHub {
     owner = "varietywalls";
     repo = "variety";
     rev = "refs/tags/${version}";
-    hash = "sha256-Uln0uoaEZgV9FN3HEBTeFOD7d6RkAQLgQZw7bcgu26A=";
+    hash = "sha256-JdfFzlfj1J5gx11MfOqIdzvBiheWBaGLxg5jCvvsrp8=";
   };
 
   nativeBuildInputs = [