r128gain 1.0.3 -> 1.0.6 https://github.com/desbma/r128gain/releases attrpath: r128gain Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/w1cy6zksfkf7ip6yp66jcivxl8l4vd3f-packages.json.drv building '/nix/store/w1cy6zksfkf7ip6yp66jcivxl8l4vd3f-packages.json.drv'... Going to be running update for following packages: - r128gain-1.0.3 Press Enter key to continue... Running update for: - r128gain-1.0.3: UPDATING ... - r128gain-1.0.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/applications/audio/r128gain/default.nix b/pkgs/applications/audio/r128gain/default.nix index c02ee512669..0570313b844 100644 --- a/pkgs/applications/audio/r128gain/default.nix +++ b/pkgs/applications/audio/r128gain/default.nix @@ -9,13 +9,13 @@ python3Packages.buildPythonApplication rec { pname = "r128gain"; - version = "1.0.3"; + version = "1.0.6"; src = fetchFromGitHub { owner = "desbma"; repo = "r128gain"; rev = version; - sha256 = "0w2i2szajv1vcmc96w0fczdr8xc28ijcf1gdg180f21gi6yh96sc"; + sha256 = "+Qazr9uTvzknG9SXaTxlNAvPPtniEyCq/P7wWzP63l4="; }; patches = [ Old version "1.0.3"" not present in master derivation file with contents: { lib , fetchFromGitHub , gitUpdater , substituteAll , ffmpeg , python3Packages , sox }: python3Packages.buildPythonApplication rec { pname = "r128gain"; version = "1.0.3"; src = fetchFromGitHub { owner = "desbma"; repo = "r128gain"; rev = version; sha256 = "0w2i2szajv1vcmc96w0fczdr8xc28ijcf1gdg180f21gi6yh96sc"; }; patches = [ (substituteAll { src = ./ffmpeg-location.patch; inherit ffmpeg; }) ]; propagatedBuildInputs = with python3Packages; [ crcmod ffmpeg-python mutagen tqdm ]; checkInputs = with python3Packages; [ requests sox ]; # Testing downloads media files for testing, which requires the # sandbox to be disabled. doCheck = false; passthru.updateScript = gitUpdater { }; meta = with lib; { description = "Fast audio loudness scanner & tagger (ReplayGain v2 / R128)"; homepage = "https://github.com/desbma/r128gain"; license = licenses.lgpl2Plus; maintainers = [ maintainers.AluisioASG ]; platforms = platforms.all; }; }