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
This commit is contained in:
t4ccer
2025-01-02 04:42:40 -07:00
parent d3d743323b
commit 7ba55caf75
+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 ];