Merge pull request #189012 from lilyinstarlight/pkg/sonic-pi-4.1.0

sonic-pi: 4.0.3 -> 4.1.0
This commit is contained in:
Jonas Heinrich 2022-09-02 09:44:48 +02:00 committed by GitHub
commit 612a865052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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