sonic-pi: 4.0.3 -> 4.1.0

This commit is contained in:
Lily Foster 2022-07-30 13:22:37 -04:00
parent 578f231a53
commit db28e9a05f
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.0.3";
version = "4.1.0";
src = fetchFromGitHub {
owner = "sonic-pi-net";
repo = pname;
rev = "v${version}";
hash = "sha256-kTuW+i/kdPhyG3L6SkgQTE9UvADY49KahJcw3+5Uz4k=";
hash = "sha256-kEZNVTAWkiqxyPJHSL4Gismpwxd+PnXiH8CgQCV3+PQ=";
};
mixFodDeps = beamPackages.fetchMixDeps {
@ -61,10 +61,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
wrapQtAppsHook
copyDesktopItems
cmake
pkg-config
erlang
elixir
beamPackages.hex