2022-11-05T18:02:32 i3-rounded unstable-2021-10-03 -> 4.20.1 https://github.com/LinoBigatti/i3-rounded/releases 2022-11-05T18:02:34 attrpath: i3-rounded 2022-11-05T18:02:34 Checking auto update branch... 2022-11-05T18:02:34 No auto update branch exists 2022-11-05T18:02:38 [version] 2022-11-05T18:02:41 [version] updated version and sha256 2022-11-05T18:02:41 [rustCrateVersion] 2022-11-05T18:02:41 [rustCrateVersion] No cargoSha256 found 2022-11-05T18:02:41 [golangModuleVersion] 2022-11-05T18:02:41 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-05T18:02:41 [updateScript] 2022-11-05T18:02:41 [updateScript] skipping because derivation has no updateScript 2022-11-05T18:02:41 2022-11-05T18:02:41 [quotedUrls] 2022-11-05T18:02:42 [quotedUrls] nothing found to replace 2022-11-05T18:02:42 Diff after rewrites: diff --git a/pkgs/applications/window-managers/i3/rounded.nix b/pkgs/applications/window-managers/i3/rounded.nix index aa3701975fc..a0de029b516 100644 --- a/pkgs/applications/window-managers/i3/rounded.nix +++ b/pkgs/applications/window-managers/i3/rounded.nix @@ -2,13 +2,13 @@ i3.overrideAttrs (oldAttrs: rec { pname = "i3-rounded"; - version = "unstable-2021-10-03"; + version = "4.20.1"; src = fetchFromGitHub { owner = "LinoBigatti"; repo = "i3-rounded"; rev = "524c9f7b50f8c540b2ae3480b242c30d8775f98e"; - sha256 = "0y7m1s1y8f9vgkp7byi33js8n4rigiykd71s936i5d4rwlzrxiwm"; + sha256 = "sha256-lceeP+WZtBLNSDqcNn18MROLtBwj+nXufDs55IMO9Xg="; }; buildInputs = oldAttrs.buildInputs ++ [ pcre ]; 2022-11-05T18:02:42 Source url did not change.