Merge pull request #318420 from r-ryantm/auto-update/scriptisto

scriptisto: 2.1.1 -> 2.2.0
This commit is contained in:
Nick Cao 2024-06-09 10:40:00 -04:00 committed by GitHub
commit 57e0925541
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,16 +6,16 @@
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "scriptisto"; pname = "scriptisto";
version = "2.1.1"; version = "2.2.0";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "igor-petruk"; owner = "igor-petruk";
repo = "scriptisto"; repo = "scriptisto";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-WQSgN1iX26tPPaJXLtU5Eo8kFahT6g+gZKJEDT6zj1E="; hash = "sha256-iaDdOFmi4kfcJSjXOcGAFG9i1SdB+K5Qz4+NDaVQALY=";
}; };
cargoHash = "sha256-trDf6N7PMjxlum8Rx2TxGePM6UPzMlTU6ATyGzmFoNc="; cargoHash = "sha256-LIOsl9qPKJr/ykbXeaHP6lNHGUMcw3omniSWx2FkF28=";
nativeBuildInputs = [ nativeBuildInputs = [
installShellFiles installShellFiles