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

hyprutils: 0.10.4 -> 0.11.0 (#470016)

parents 64f59395 10791c6a
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.4";
  version = "0.11.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-XQLlR/QJWiRRWY+ohtOqfe0fDMMPl/UyQCcypfUtZiE=";
    hash = "sha256-rGbEMhTTyTzw4iyz45lch5kXseqnqcEpmrHdy+zHsfo=";
  };

  nativeBuildInputs = [