Commit 481c2edd authored by R. RyanTM's avatar R. RyanTM
Browse files

grimblast: 0.1-unstable-2025-03-11 -> 0.1-unstable-2025-03-17

parent 6c57ac8b
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-11";
  version = "0.1-unstable-2025-03-17";

  src = fetchFromGitHub {
    owner = "hyprwm";
    repo = "contrib";
    rev = "e14d9c5e9aea4a84c3677e0a7c73268153b15327";
    hash = "sha256-SJrLVyoaQUg29fq3nNdRmYrLgiu9dtgcIVqpl8j/Teo=";
    rev = "bd81329944be53b0ffb99e05864804b95f1d7c65";
    hash = "sha256-I8JVdQRu8eWvY5W8XWYZkdd5pojDHkxeqQV7mMIsbhs=";
  };

  strictDeps = true;