3
0
Fork 0
forked from mirrors/nixpkgs

sonic-pi: 4.1.0 -> 4.2.0

This commit is contained in:
Lily Foster 2022-09-14 17:51:00 -04:00
parent cbc388fe46
commit 20981ca545
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.1.0";
version = "4.2.0";
src = fetchFromGitHub {
owner = "sonic-pi-net";
repo = pname;
rev = "v${version}";
hash = "sha256-kEZNVTAWkiqxyPJHSL4Gismpwxd+PnXiH8CgQCV3+PQ=";
hash = "sha256-VRuNhS53okKsCHgKEsJgkpIe9yXFY6d2ghd0nsUQLLM=";
};
mixFodDeps = beamPackages.fetchMixDeps {