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

grimblast: 0.1-unstable-2026-02-19 -> 0.1-unstable-2026-03-28 (#504571)

parents 6829324d 36bac642
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "grimblast";
  version = "0.1-unstable-2026-02-19";
  version = "0.1-unstable-2026-03-28";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "918f266dddae39fa4184a1b8bf51ec5381cf29f7";
    hash = "sha256-aH8h5ZOiyEGtHmEyuE/eFxx8TN7a+NGDnl4V+dbzJ6E=";
    rev = "b3c2a094163cad4aac7af09333fddf2c9838c348";
    hash = "sha256-xr3Ih1HrAIlO9GGrmnVrmRh50GSPMWI4QWmbEwlbYq8=";
  };

  strictDeps = true;