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

janet: 1.32.1 -> 1.33.0
This commit is contained in:
Stanisław Pitucha 2024-01-20 23:18:05 +11:00 committed by GitHub
commit 9164932a09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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