Unverified Commit 7ba55caf authored by t4ccer's avatar t4ccer
Browse files

sblim-sfcc: 2.2.9 -> 2.2.8-unstable-2023-06-26

Version 2.2.9 was never actually released (at the time of writing) so
the package version should be 2.2.8-unstable since the beginning
parent d3d74332
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 ];