Unverified Commit df363cea authored by Fernando Rodrigues's avatar Fernando Rodrigues Committed by GitHub
Browse files

iio-hyprland: 0-unstable-2025-08-21 -> 0-unstable-2025-10-06 (#449323)

parents bc9beb10 58dafa63
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -12,13 +12,13 @@

stdenv.mkDerivation {
  pname = "iio-hyprland";
  version = "0-unstable-2025-08-21";
  version = "0-unstable-2025-10-06";

  src = fetchFromGitHub {
    owner = "JeanSchoeller";
    repo = "iio-hyprland";
    rev = "282f38c700ebf0b69df5aae40134d56e4cd67775";
    hash = "sha256-mzp2KV9SAsZL/exXSZHFPArcTV8uh3LXufADKX4ppEU=";
    rev = "801c4722ea678ddf103fc0ff4c3c0211d13ad046";
    hash = "sha256-asLtzpUbwr+Wq2uQvITORBnrxh/mIZneYyfhdsElTeI=";
  };

  buildInputs = [ dbus ];