Unverified Commit 287ed7c4 authored by Arne Keller's avatar Arne Keller Committed by GitHub
Browse files

sblim-sfcc: 2.2.9 -> 2.2.8-unstable-2023-06-26 (#370202)

parents b030834d 7ba55caf
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

stdenv.mkDerivation rec {
  pname = "sblim-sfcc";
  version = "2.2.9"; # this is technically 2.2.9-preview
  version = "2.2.8-unstable-2023-06-26";

  src = fetchFromGitHub {
    owner = "kkaempf";
    repo = "sblim-sfcc";
    rev = "514a76af2020fd6dc6fc380df76cbe27786a76a2";
    sha256 = "06c1mskl9ixbf26v88w0lvn6v2xd6n5f0jd5mckqrn9j4vmh70hs";
    rev = "881fccbaf19e26cbef3da1bebe2b42b3a9de1147";
    hash = "sha256-zXQD+IYuMV5vw27FpTpeCfh/mf0wvKzOvc4bplEDJCw=";
  };

  buildInputs = [ curl ];