Merge pull request #191241 from lilyinstarlight/pkg/sonic-pi-4.2.0

sonic-pi: 4.1.0 -> 4.2.0
This commit is contained in:
Christian Kögler
2022-09-15 07:37:22 +02:00
committed by GitHub
+2 -2
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 {