Loading pkgs/applications/audio/amberol/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -19,20 +19,20 @@ stdenv.mkDerivation rec { pname = "amberol"; version = "0.6.3"; version = "0.7.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = pname; rev = version; hash = "sha256-KV3nYJbLaQxpMpC7aCzfpNMe9bYpZKrdoOtYA++eC74="; hash = "sha256-cBHFyPqhgcFOeYqMhF1aX3XCGAtqEZpI7Mj7b78Etmo="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; hash = "sha256-UjHL/5iVht2jPnOiYjoIKWJdvwQQkNuKfF8rpi48j3c="; hash = "sha256-GaMJsIrTbhI1tmahEMlI1v5hmjw+tFEv9Wdne/kiYIA="; }; postPatch = '' Loading Loading @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { homepage = "https://gitlab.gnome.org/ebassi/amberol"; homepage = "https://gitlab.gnome.org/World/amberol"; description = "A small and simple sound and music player"; maintainers = with maintainers; [ linsui ]; license = licenses.gpl3Plus; Loading Loading
pkgs/applications/audio/amberol/default.nix +4 −4 Original line number Diff line number Diff line Loading @@ -19,20 +19,20 @@ stdenv.mkDerivation rec { pname = "amberol"; version = "0.6.3"; version = "0.7.0"; src = fetchFromGitLab { domain = "gitlab.gnome.org"; owner = "World"; repo = pname; rev = version; hash = "sha256-KV3nYJbLaQxpMpC7aCzfpNMe9bYpZKrdoOtYA++eC74="; hash = "sha256-cBHFyPqhgcFOeYqMhF1aX3XCGAtqEZpI7Mj7b78Etmo="; }; cargoDeps = rustPlatform.fetchCargoTarball { inherit src; name = "${pname}-${version}"; hash = "sha256-UjHL/5iVht2jPnOiYjoIKWJdvwQQkNuKfF8rpi48j3c="; hash = "sha256-GaMJsIrTbhI1tmahEMlI1v5hmjw+tFEv9Wdne/kiYIA="; }; postPatch = '' Loading Loading @@ -68,7 +68,7 @@ stdenv.mkDerivation rec { ]; meta = with lib; { homepage = "https://gitlab.gnome.org/ebassi/amberol"; homepage = "https://gitlab.gnome.org/World/amberol"; description = "A small and simple sound and music player"; maintainers = with maintainers; [ linsui ]; license = licenses.gpl3Plus; Loading