Commit b91c6a1c authored by R. RyanTM's avatar R. RyanTM
Browse files

hyprshade: 3.2.1 -> 4.0.0

parent fc02ee70
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 = [