Unverified Commit d1d035ed authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

hyprprop: 0.1-unstable-2025-08-20 -> 0.1-unstable-2025-10-04 (#451504)

parents cfe6b045 42fe194d
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-08-20";
  version = "0.1-unstable-2025-10-04";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "04721247f417256ca96acf28cdfe946cf1006263";
    hash = "sha256-g7/g5o0spemkZCzPa8I21RgCmN0Kv41B5z9Z5HQWraY=";
    rev = "32e1a75b65553daefb419f0906ce19e04815aa3a";
    hash = "sha256-PzgQJydp+RlKvwDi807pXPlURdIAVqLppZDga3DwPqg=";
  };

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