Merge pull request #305432 from r-ryantm/auto-update/janet

janet: 1.33.0 -> 1.34.0
This commit is contained in:
Weijia Wang 2024-04-27 04:09:06 +02:00 committed by GitHub
commit 88679d4eff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -9,13 +9,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "janet";
version = "1.33.0";
version = "1.34.0";
src = fetchFromGitHub {
owner = "janet-lang";
repo = "janet";
rev = "v${finalAttrs.version}";
hash = "sha256-kXbJtWxvysC4hLkgVyPpkunFhN+2iVu+S+LCo5ikj5s=";
hash = "sha256-DxUEFW9NzAyaE/6vNEFfddIaxsi7qovousxZ28Hveb4=";
};
postPatch = ''