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

This commit is contained in:
Arne Keller
2025-03-09 18:07:51 +01:00
committed by GitHub
+3 -3
View File
@@ -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 ];