Unverified Commit 10f64524 authored by maxine's avatar maxine Committed by GitHub
Browse files

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

variety: 0.8.10 -> 0.8.11
parents e792f638 ff620df8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [