Commit dbc4f676 authored by R. RyanTM's avatar R. RyanTM
Browse files

iio-hyprland: 0-unstable-2025-06-11 -> 0-unstable-2025-08-21

parent fcb0b3f2
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-06-11";
  version = "0-unstable-2025-08-21";

  src = fetchFromGitHub {
    owner = "JeanSchoeller";
    repo = "iio-hyprland";
    rev = "f7ae269294bc812e966b9b60b89beefcdfd68821";
    hash = "sha256-tWMjZ5DktOIvgl45RRgaOF0x5Kj5gsKZG79LGNLyw58=";
    rev = "282f38c700ebf0b69df5aae40134d56e4cd67775";
    hash = "sha256-mzp2KV9SAsZL/exXSZHFPArcTV8uh3LXufADKX4ppEU=";
  };

  buildInputs = [ dbus ];