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

grimblast: 0.1-unstable-2026-01-14 -> 0.1-unstable-2026-02-19 (#493335)

parents 46467452 4229b80d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -19,13 +19,13 @@

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

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "541628cebe42792ddf5063c4abd6402c2f1bd68f";
    hash = "sha256-CopNx3j//gZ2mE0ggEK9dZ474UcbDhpTw+KMor8mSxI=";
    rev = "918f266dddae39fa4184a1b8bf51ec5381cf29f7";
    hash = "sha256-aH8h5ZOiyEGtHmEyuE/eFxx8TN7a+NGDnl4V+dbzJ6E=";
  };

  strictDeps = true;