scriptisto: 2.1.1 -> 2.2.0

This commit is contained in:
R. Ryantm
2024-06-09 04:10:40 +00:00
parent 2a823de133
commit 2f3c5fad66
@@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec {
pname = "scriptisto";
version = "2.1.1";
version = "2.2.0";
src = fetchFromGitHub {
owner = "igor-petruk";
repo = "scriptisto";
rev = "v${version}";
hash = "sha256-WQSgN1iX26tPPaJXLtU5Eo8kFahT6g+gZKJEDT6zj1E=";
hash = "sha256-iaDdOFmi4kfcJSjXOcGAFG9i1SdB+K5Qz4+NDaVQALY=";
};
cargoHash = "sha256-trDf6N7PMjxlum8Rx2TxGePM6UPzMlTU6ATyGzmFoNc=";
cargoHash = "sha256-LIOsl9qPKJr/ykbXeaHP6lNHGUMcw3omniSWx2FkF28=";
nativeBuildInputs = [
installShellFiles