2022-11-09T03:10:32 marwaita 14.0 -> 15.0 https://github.com/darkomarko42/marwaita/releases 2022-11-09T03:10:35 attrpath: marwaita 2022-11-09T03:10:35 Checking auto update branch... 2022-11-09T03:10:38 [version] 2022-11-09T03:10:38 [version] skipping because derivation has updateScript 2022-11-09T03:10:38 [rustCrateVersion] 2022-11-09T03:10:38 [rustCrateVersion] No cargoSha256 found 2022-11-09T03:10:38 [golangModuleVersion] 2022-11-09T03:10:38 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T03:10:38 [updateScript] 2022-11-09T03:10:43 [updateScript] Success 2022-11-09T03:10:43 [updateScript] Going to be running update for following packages: - marwaita-14.0 Press Enter key to continue... Running update for: - marwaita-14.0: UPDATING ... - marwaita-14.0: DONE. Packages updated! 2022-11-09T03:10:43 2022-11-09T03:10:43 [quotedUrls] 2022-11-09T03:10:43 [quotedUrls] nothing found to replace 2022-11-09T03:10:43 Diff after rewrites: diff --git a/pkgs/data/themes/marwaita/default.nix b/pkgs/data/themes/marwaita/default.nix index 93119396af6..189ef5277eb 100644 --- a/pkgs/data/themes/marwaita/default.nix +++ b/pkgs/data/themes/marwaita/default.nix @@ -10,13 +10,13 @@ stdenv.mkDerivation rec { pname = "marwaita"; - version = "14.0"; + version = "15.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; - sha256 = "sha256-G8oarWGx4DQ8ftmaWYpzV94cabDXbiJcVVgs70AG0Gs="; + sha256 = "sha256-GjBIAir4xTWnc1VXe5CF+FPcZJTSyJpi8MqlJUpkyy4="; }; buildInputs = [ 2022-11-09T03:12:19 Old version 14.0" not present in master derivation file with contents: { lib , stdenv , fetchFromGitHub , gdk-pixbuf , gtk-engine-murrine , gtk_engines , librsvg , gitUpdater }: stdenv.mkDerivation rec { pname = "marwaita"; version = "15.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; sha256 = "sha256-GjBIAir4xTWnc1VXe5CF+FPcZJTSyJpi8MqlJUpkyy4="; }; buildInputs = [ gdk-pixbuf gtk_engines librsvg ]; propagatedUserEnvPkgs = [ gtk-engine-murrine ]; dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/share/themes cp -a Marwaita* $out/share/themes runHook postInstall ''; passthru.updateScript = gitUpdater { }; meta = with lib; { description = "GTK theme supporting Budgie, Pantheon, Mate, Xfce4 and GNOME desktops"; homepage = "https://www.pling.com/p/1239855/"; license = licenses.gpl3Only; platforms = platforms.unix; maintainers = [ maintainers.romildo ]; }; } 2022-11-09T19:39:54 marwaita 0 -> 1 2022-11-09T19:39:56 attrpath: marwaita 2022-11-09T19:39:56 Checking auto update branch... 2022-11-09T19:39:59 [version] 2022-11-09T19:39:59 [version] skipping because derivation has updateScript 2022-11-09T19:39:59 [rustCrateVersion] 2022-11-09T19:39:59 [rustCrateVersion] No cargoSha256 found 2022-11-09T19:39:59 [golangModuleVersion] 2022-11-09T19:39:59 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-09T19:39:59 [updateScript] 2022-11-09T19:40:02 [updateScript] Success 2022-11-09T19:40:02 [updateScript] this derivation will be built: /nix/store/hmiddvlh2v9vc9ckf2cbylb8xin45w8i-packages.json.drv building '/nix/store/hmiddvlh2v9vc9ckf2cbylb8xin45w8i-packages.json.drv'... Going to be running update for following packages: - marwaita-15.0 Press Enter key to continue... Running update for: - marwaita-15.0: UPDATING ... - marwaita-15.0: DONE. Packages updated! 2022-11-09T19:40:02 2022-11-09T19:40:02 [quotedUrls] 2022-11-09T19:40:02 [quotedUrls] nothing found to replace 2022-11-09T19:40:02 The diff was empty after rewrites.