scheme-bytestructures: 1.0.10 -> 2.0.1

This commit is contained in:
R. Ryantm 2022-07-29 22:04:29 +00:00
parent f0df0acc16
commit ea2a35dfb6

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 = ''