nicotine-plus 3.2.7 -> 3.2.8 https://github.com/nicotine-plus/nicotine-plus/releases attrpath: nicotine-plus Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/gn8xzgads9i718wj6l1g3jz94mhchay3-packages.json.drv building '/nix/store/gn8xzgads9i718wj6l1g3jz94mhchay3-packages.json.drv'... Going to be running update for following packages: - nicotine-plus-3.2.7 Press Enter key to continue... Running update for: - nicotine-plus-3.2.7: UPDATING ... - nicotine-plus-3.2.7: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix index 02a7fe0622f..531873df8c4 100644 --- a/pkgs/applications/networking/soulseek/nicotine-plus/default.nix +++ b/pkgs/applications/networking/soulseek/nicotine-plus/default.nix @@ -11,13 +11,13 @@ python3Packages.buildPythonApplication rec { pname = "nicotine-plus"; - version = "3.2.7"; + version = "3.2.8"; src = fetchFromGitHub { owner = "nicotine-plus"; repo = "nicotine-plus"; rev = "refs/tags/${version}"; - sha256 = "sha256-MPhMKbDBKZAF5fktzA6bZBlVkyDrBnhEFhRWkRbXP/A="; + sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s="; }; nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ]; No auto update branch exists Old version 3.2.7" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , wrapGAppsHook , gdk-pixbuf , gettext , gobject-introspection , gtk3 , python3Packages }: python3Packages.buildPythonApplication rec { pname = "nicotine-plus"; version = "3.2.8"; src = fetchFromGitHub { owner = "nicotine-plus"; repo = "nicotine-plus"; rev = "refs/tags/${version}"; sha256 = "sha256-/l31w7ohBgjeE+Ywuo7aaDZBzVNLFD3dqMRr/P3ge+s="; }; nativeBuildInputs = [ gettext wrapGAppsHook gobject-introspection ]; propagatedBuildInputs = [ gdk-pixbuf gobject-introspection gtk3 python3Packages.pygobject3 ]; postInstall = '' ln -s $out/bin/nicotine $out/bin/nicotine-plus ''; preFixup = '' gappsWrapperArgs+=( --prefix XDG_DATA_DIRS : "${gtk3}/share/gsettings-schemas/${gtk3.name}" ) ''; doCheck = false; meta = with lib; { broken = stdenv.isDarwin; description = "A graphical client for the SoulSeek peer-to-peer system"; longDescription = '' Nicotine+ aims to be a pleasant, free and open source (FOSS) alternative to the official Soulseek client, providing additional functionality while keeping current with the Soulseek protocol. ''; homepage = "https://www.nicotine-plus.org"; license = licenses.gpl3Plus; maintainers = with maintainers; [ ehmry klntsky ]; }; }