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

hyprutils: 0.2.2 -> 0.2.3 (#346849)

parents 2c3387e8 ffd96b1c
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.2.2";
  version = "0.2.3";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "hyprutils";
    rev = "refs/tags/v${finalAttrs.version}";
    hash = "sha256-PNnIpwGqpTvMU3N2r0wMQwK1E+t4Bb5fbJwblQvr+80=";
    hash = "sha256-9gsVvcxW9bM3HMcnHHK+vYHOzXb1ODFqN+sJ4zIRsAU=";
  };

  nativeBuildInputs = [