Unverified Commit 650ff82a authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

Merge pull request #328788 from r-ryantm/auto-update/hyprutils

hyprutils: 0.1.5 -> 0.2.0
parents 55ce4ee5 032b5491
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "hyprutils";
  version = "0.1.5";
  version = "0.2.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-dmRz128j/lJmMuTYeCYPfSBRHHQO3VeH4PbmoyAhHzw=";
    hash = "sha256-qmC9jGfbE4+EIBbbSAkrfR/p49wShjpv4/KztgE/P54=";
  };

  nativeBuildInputs = [