Commit 6f3e13ad authored by R. RyanTM's avatar R. RyanTM
Browse files

grimblast: 0.1-unstable-2025-09-22 -> 0.1-unstable-2025-10-04

parent 0832d1b3
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-2025-09-22";
  version = "0.1-unstable-2025-10-04";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "de79078fd59140067e53cd00ebdf17f96ce27846";
    hash = "sha256-iRv5afKzuu6SkwztqMwZ33161CzBJsyeRHp0uviN9TI=";
    rev = "32e1a75b65553daefb419f0906ce19e04815aa3a";
    hash = "sha256-PzgQJydp+RlKvwDi807pXPlURdIAVqLppZDga3DwPqg=";
  };

  strictDeps = true;