Unverified Commit 566e0e6a authored by Donovan Glover's avatar Donovan Glover Committed by GitHub
Browse files

hyprutils: 0.11.0 -> 0.11.1 (#504274)

parents 41bc784d 2d60d565
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,13 +10,13 @@

gcc15Stdenv.mkDerivation (finalAttrs: {
  pname = "hyprutils";
  version = "0.11.0";
  version = "0.11.1";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-rGbEMhTTyTzw4iyz45lch5kXseqnqcEpmrHdy+zHsfo=";
    hash = "sha256-S76omfIVQ1TpGiXFbqih6o6XcH3sA5+5QI+SXB4HvlY=";
  };

  nativeBuildInputs = [