Commit 55d9b99a authored by Austin Horstman's avatar Austin Horstman Committed by Masum Reza
Browse files

grimblast: 0.1-unstable-2025-03-31 -> 0.1-unstable-2025-05-18

parent 69428d2c
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,13 +18,13 @@

stdenvNoCC.mkDerivation (finalAttrs: {
  pname = "grimblast";
  version = "0.1-unstable-2025-03-31";
  version = "0.1-unstable-2025-05-18";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "bc2ad24e0b2e66c3e164994c4897cd94a933fd10";
    hash = "sha256-YItzk1pj8Kz+b7VlC9zN1pSZ6CuX35asYy3HuMQ3lBQ=";
    rev = "910dad4c5755c1735d30da10c96d9086aa2a608d";
    hash = "sha256-PMQoXbfmWPuXnF8EaWqRmvTvl7+WFUrDVgufFRPgOM4=";
  };

  strictDeps = true;