Unverified Commit 9946b890 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprutils: 0.10.0 -> 0.10.1 (#459847)

parents 2966d110 d07a7548
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.10.0";
  version = "0.10.1";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-r1ed7AR2ZEb2U8gy321/Xcp1ho2tzn+gG1te/Wxsj1A=";
    hash = "sha256-gQ9zJ+pUI4o+Gh4Z6jhJll7jjCSwi8ZqJIhCE2oqwhQ=";
  };

  nativeBuildInputs = [