3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #183831 from r-ryantm/auto-update/scheme-bytestructures

scheme-bytestructures: 1.0.10 -> 2.0.1
This commit is contained in:
Jonas Heinrich 2022-08-21 15:31:01 +02:00 committed by GitHub
commit bce745757a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "scheme-bytestructures";
version = "1.0.10";
version = "2.0.1";
src = fetchFromGitHub {
owner = "TaylanUB";
repo = pname;
rev = "v${version}";
sha256 = "04oDvwvzTRzAVyywbcCm3Ug3p3xNbxjI7nOKYakEZZI=";
sha256 = "sha256-Wvs288K8BVjUuWvvzpDGBwOxL7mAXjVtgIwJAsQd0L4=";
};
postConfigure = ''