Commit 9b9ee235 authored by R. RyanTM's avatar R. RyanTM
Browse files

stable-diffusion-cpp-cuda: master-406-d939f6e -> master-427-78e15bd

parent 71a32c3b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -42,13 +42,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
  pname = "stable-diffusion-cpp";
  version = "master-406-d939f6e";
  version = "master-427-78e15bd";

  src = fetchFromGitHub {
    owner = "leejet";
    repo = "stable-diffusion.cpp";
    rev = "master-406-d939f6e";
    hash = "sha256-VWUNzVpS3aBlyGnxorZsimsqbijsQfhdD8hqzhKEq8A=";
    rev = "master-427-78e15bd";
    hash = "sha256-5x0y02Jmiyp61bKZsERLWZo6gsmL5/ezTEc1P26by08=";
    fetchSubmodules = true;
  };