Loading pkgs/by-name/va/valent/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -23,20 +23,23 @@ pipewire, pulseaudio, tinysparql, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "valent"; version = "1.0.0.alpha.48"; version = "1.0.0.alpha.49"; src = fetchFromGitHub { owner = "andyholmes"; repo = "valent"; tag = "v${finalAttrs.version}"; hash = "sha256-CB3Jb7N8vcNTLCWXKoDh/wQkPW1CH6WRlwXg4efU3GY="; hash = "sha256-dVV/rqd3DktI67DPo0qTs3VP7yZIAy7Ew5TSYsE6ZTA="; fetchSubmodules = true; }; strictDeps = true; nativeBuildInputs = [ desktop-file-utils gobject-introspection Loading Loading @@ -69,6 +72,8 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonBool "plugin_bluez" true) ]; passthru.updateScript = nix-update-script { }; meta = { description = "Implementation of the KDE Connect protocol, built on GNOME platform libraries"; mainProgram = "valent"; Loading @@ -90,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: { ``` ''; homepage = "https://valent.andyholmes.ca"; changelog = "https://github.com/andyholmes/valent/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/andyholmes/valent/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = with lib.licenses; [ gpl3Plus cc0 Loading Loading
pkgs/by-name/va/valent/package.nix +8 −3 Original line number Diff line number Diff line Loading @@ -23,20 +23,23 @@ pipewire, pulseaudio, tinysparql, nix-update-script, }: stdenv.mkDerivation (finalAttrs: { pname = "valent"; version = "1.0.0.alpha.48"; version = "1.0.0.alpha.49"; src = fetchFromGitHub { owner = "andyholmes"; repo = "valent"; tag = "v${finalAttrs.version}"; hash = "sha256-CB3Jb7N8vcNTLCWXKoDh/wQkPW1CH6WRlwXg4efU3GY="; hash = "sha256-dVV/rqd3DktI67DPo0qTs3VP7yZIAy7Ew5TSYsE6ZTA="; fetchSubmodules = true; }; strictDeps = true; nativeBuildInputs = [ desktop-file-utils gobject-introspection Loading Loading @@ -69,6 +72,8 @@ stdenv.mkDerivation (finalAttrs: { (lib.mesonBool "plugin_bluez" true) ]; passthru.updateScript = nix-update-script { }; meta = { description = "Implementation of the KDE Connect protocol, built on GNOME platform libraries"; mainProgram = "valent"; Loading @@ -90,7 +95,7 @@ stdenv.mkDerivation (finalAttrs: { ``` ''; homepage = "https://valent.andyholmes.ca"; changelog = "https://github.com/andyholmes/valent/blob/${finalAttrs.src.rev}/CHANGELOG.md"; changelog = "https://github.com/andyholmes/valent/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = with lib.licenses; [ gpl3Plus cc0 Loading