Unverified Commit 7c0ae904 authored by Masum Reza's avatar Masum Reza Committed by GitHub
Browse files

hyprutils: 0.8.4 -> 0.9.0 (#448431)

parents 62fea2b4 3d4ba6b4
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.8.4";
  version = "0.9.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-oRDel6pNl/T2tI+nc/USU9ZP9w08dxtl7hiZxa0C/Wc=";
    hash = "sha256-FWB9Xe9iIMlUskfLzKlYH3scvnHpSC5rMyN1EDHUQmE=";
  };

  nativeBuildInputs = [