2022-11-26T14:20:27 marwaita 15.0 -> 16.0 https://github.com/darkomarko42/marwaita/releases 2022-11-26T14:20:29 attrpath: marwaita 2022-11-26T14:20:29 Checking auto update branch... 2022-11-26T14:20:33 [version] 2022-11-26T14:20:33 [version] skipping because derivation has updateScript 2022-11-26T14:20:33 [rustCrateVersion] 2022-11-26T14:20:33 [rustCrateVersion] No cargoSha256 found 2022-11-26T14:20:33 [golangModuleVersion] 2022-11-26T14:20:33 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-11-26T14:20:33 [updateScript] 2022-11-26T14:20:37 [updateScript] Success 2022-11-26T14:20:37 [updateScript] these 2 derivations will be built: /nix/store/lvh5q8v2h09qq3w6qm0i9l7hsg3yz6ia-generic-update-script.sh.drv /nix/store/mhisd19mm4ihgiylhqa26hffm8z62nfd-packages.json.drv building '/nix/store/lvh5q8v2h09qq3w6qm0i9l7hsg3yz6ia-generic-update-script.sh.drv'... building '/nix/store/mhisd19mm4ihgiylhqa26hffm8z62nfd-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-26T14:20:37 2022-11-26T14:20:37 [quotedUrls] 2022-11-26T14:20:37 [quotedUrls] nothing found to replace 2022-11-26T14:20:38 Diff after rewrites: diff --git a/pkgs/data/themes/marwaita/default.nix b/pkgs/data/themes/marwaita/default.nix index 189ef5277eb..3aa93d2a116 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 = "15.0"; + version = "16.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; - sha256 = "sha256-GjBIAir4xTWnc1VXe5CF+FPcZJTSyJpi8MqlJUpkyy4="; + sha256 = "sha256-kBXGYXOrza4tb5J9hmheDhZcwEd1xT6wLUc9cBGJ/AY="; }; buildInputs = [ 2022-11-26T14:22:07 Old version 15.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 = "16.0"; src = fetchFromGitHub { owner = "darkomarko42"; repo = pname; rev = version; sha256 = "sha256-kBXGYXOrza4tb5J9hmheDhZcwEd1xT6wLUc9cBGJ/AY="; }; 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 ]; }; }