Unverified Commit 025e8967 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

hyprshade: 3.2.1 -> 4.0.0 (#427686)

parents 660612d4 b91c6a1c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,14 +11,14 @@

buildPythonPackage rec {
  pname = "hyprshade";
  version = "3.2.1";
  version = "4.0.0";
  format = "pyproject";

  src = fetchFromGitHub {
    owner = "loqusion";
    repo = "hyprshade";
    tag = version;
    hash = "sha256-MlbNE9n//Qb6OJc3DMkOpnPtoodfV8JlG/I5rOfWMtQ=";
    hash = "sha256-NnKhIgDAOKOdEqgHzgLq1MSHG3FDT2AVXJZ53Ozzioc=";
  };

  nativeBuildInputs = [