Commit b84181e0 authored by R. RyanTM's avatar R. RyanTM
Browse files

slade-unstable: 3.2.8-unstable-2025-10-28 -> 3.2.8-unstable-2025-11-04

parent 99fd0558
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -22,13 +22,13 @@

stdenv.mkDerivation {
  pname = "slade";
  version = "3.2.8-unstable-2025-10-28";
  version = "3.2.8-unstable-2025-11-04";

  src = fetchFromGitHub {
    owner = "sirjuddington";
    repo = "SLADE";
    rev = "3b82f41dea2bd67570af1479550653c20d192a6c";
    hash = "sha256-utvsQVw20q1qkkOP11fBVo3IdMKijm8Ya5Ryr/BoNhU=";
    rev = "2a5e2b25e31eb35ba73805c74f03c1bc56a66de0";
    hash = "sha256-lLZ0L07u8PQhe8e2eCYGKrSnRp1EIYfME39JK/KXaj4=";
  };

  nativeBuildInputs = [