sonic-pi: 4.2.0 -> 4.3.0

This commit is contained in:
Lily Foster 2022-09-30 08:41:28 -04:00
parent 2cf6bd631d
commit 9399cda0bf
No known key found for this signature in database
GPG key ID: 49340081E484C893

View file

@ -39,13 +39,13 @@
stdenv.mkDerivation rec {
pname = "sonic-pi";
version = "4.2.0";
version = "4.3.0";
src = fetchFromGitHub {
owner = "sonic-pi-net";
repo = pname;
rev = "v${version}";
hash = "sha256-VRuNhS53okKsCHgKEsJgkpIe9yXFY6d2ghd0nsUQLLM=";
hash = "sha256-R+nmjIIDLoGOoCkDvJqejE1DaweHSAV8M2RvdwN5qAQ=";
};
mixFodDeps = beamPackages.fetchMixDeps {