Unverified Commit b5247487 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

hyprutils: 0.3.2 -> 0.3.3 (#372976)

parent a4669ebb
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.3.2";
  version = "0.3.3";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    tag = "v${finalAttrs.version}";
    hash = "sha256-7D5j2sh3Miw2CRdmx8ftepb342pl36kDFJy+3aVfDVc=";
    hash = "sha256-1LimBKvDpBbeX+qW7T240WEyw+DBVpDotZB4JYm8Aps=";
  };

  nativeBuildInputs = [