Commit 40c36864 authored by John Titor's avatar John Titor Committed by Masum Reza
Browse files

iio-hyprland: 0-unstable-2024-09-29 -> 0-unstable-2025-03-18

parent b2d91f1c
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-2024-09-29";
  version = "0-unstable-2025-03-18";

  src = fetchFromGitHub {
    owner = "JeanSchoeller";
    repo = "iio-hyprland";
    rev = "bd6be6b7e0fbc8ca1a5ccbf536602838e52c347e";
    hash = "sha256-gfH/jcrmI27OEge8OGPe7JpC0jrQJuX7v9hM/ObjjW8=";
    rev = "87a4ff78fee17f1120125e50cb36084ebfd8739f";
    hash = "sha256-lmzSEP6oqnnOfiwMzMtp33lUlOqrVtbliMEnO8Pl/4s=";
  };

  buildInputs = [ dbus ];