Unverified Commit c2e4b649 authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

hyprutils: 0.5.2 -> 0.6.0 (#397145)

parents 960d63ec 5de4f12f
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.5.2";
  version = "0.6.0";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-EV3945SnjOCuRVbGRghsWx/9D89FyshnSO1Q6/TuQ14=";
    hash = "sha256-/6IAEWyb8gC/NKZElxiHChkouiUOrVYNq9YqG0Pzm4Y=";
  };

  nativeBuildInputs = [