Commit 14bf2ef1 authored by R. RyanTM's avatar R. RyanTM Committed by Masum Reza
Browse files

hyprprop: 0.1-unstable-2025-07-23 -> 0.1-unstable-2025-08-20

parent 9be006e9
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,13 +14,13 @@
}:
stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "hyprprop";
  version = "0.1-unstable-2025-07-23";
  version = "0.1-unstable-2025-08-20";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "6839b23345b71db17cd408373de4f5605bf589b8";
    hash = "sha256-PFAJoEqQWMlo1J+yZb+4HixmhbRVmmNl58e/AkLYDDI=";
    rev = "04721247f417256ca96acf28cdfe946cf1006263";
    hash = "sha256-g7/g5o0spemkZCzPa8I21RgCmN0Kv41B5z9Z5HQWraY=";
  };

  sourceRoot = "${finalAttrs.src.name}/hyprprop";