syncplay-nogui 1.7.2 -> 1.7.3 https://github.com/Syncplay/syncplay/releases attrpath: syncplay-nogui 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 [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - syncplay-1.7.2 Press Enter key to continue... Running update for: - syncplay-1.7.2: UPDATING ... - syncplay-1.7.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/applications/networking/syncplay/default.nix b/pkgs/applications/networking/syncplay/default.nix index 4321868a0d6d..b816da9e4b5c 100644 --- a/pkgs/applications/networking/syncplay/default.nix +++ b/pkgs/applications/networking/syncplay/default.nix @@ -13,15 +13,15 @@ buildPythonApplication rec { pname = "syncplay"; - version = "1.7.2"; + version = "1.7.3"; format = "other"; src = fetchFromGitHub { owner = "Syncplay"; repo = "syncplay"; - rev = "v${version}"; - sha256 = "sha256-PERPE6141LXmb8fmW17Vu54Unpf9vEK+ahm6q1byRTU="; + rev = "refs/tags/v${version}"; + sha256 = "sha256-ipo027XyN4BpMkxzXznbnaufsaG/YkHxFJYo+XWzbyE="; }; patches = [ No auto update branch exists There might already be an open PR for this update: - syncplay: 1.7.2 -> 1.7.3 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/311747"