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

slade-unstable: 3.2.8-unstable-2025-11-10 -> 3.2.9-unstable-2025-11-19

parent 672ffbce
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-11-10";
  version = "3.2.9-unstable-2025-11-19";

  src = fetchFromGitHub {
    owner = "sirjuddington";
    repo = "SLADE";
    rev = "ce9593a6c15656394249b52d2a6224a7a86c5a5a";
    hash = "sha256-1xp9BzCrUvifzb5ouU3Jdwe0SRDWo+A4p0YlcqT62Y0=";
    rev = "47ffdea512d61ea7c628ba14759757975b87fd09";
    hash = "sha256-N6y5aqZ9V9+hxzFNzJCsGSWWzrCTIcppFy7Qb63Y/7I=";
  };

  nativeBuildInputs = [