nixfmt-rfc-style 0 -> 1 attrpath: nixfmt-rfc-style 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] this derivation will be built: /nix/store/5zk2v1fgvw0szfad7dknwm0mg8dsjqdx-packages.json.drv building '/nix/store/5zk2v1fgvw0szfad7dknwm0mg8dsjqdx-packages.json.drv'... Going to be running update for following packages: - nixfmt-unstable-2024-08-16 Press Enter key to continue... Running update for: - nixfmt-unstable-2024-08-16: UPDATING ... - nixfmt-unstable-2024-08-16: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/by-name/ni/nixfmt-rfc-style/date.txt b/pkgs/by-name/ni/nixfmt-rfc-style/date.txt index 13c4c3859027..6dcfc298beab 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/date.txt +++ b/pkgs/by-name/ni/nixfmt-rfc-style/date.txt @@ -1 +1 @@ -2024-08-16 +2024-08-27 diff --git a/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix b/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix index 7a87d26cbf6d..86ecf6fc1fde 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix +++ b/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix @@ -9,8 +9,8 @@ mkDerivation { pname = "nixfmt"; version = "0.6.0"; src = fetchzip { - url = "https://github.com/nixos/nixfmt/archive/14be7e665024f1a8c31d748b22f5e215856d3479.tar.gz"; - sha256 = "017a1069sy4bhc2wchgd5hl6c106spf0zq5dcg65mf4flba1xs0j"; + url = "https://github.com/nixos/nixfmt/archive/8c4da7b9428c5c087c18dcf05ab44bdd88e8a32a.tar.gz"; + sha256 = "04ddl5wx3isds6cj5zsad9zn61nimyx2alym3g2y6rmjcq8kimwc"; }; isLibrary = true; isExecutable = true; No auto update branch exists Old version unstable-2024-08-16" not present in master derivation file with contents: # This file has been autogenerate with cabal2nix. # Update via ./update.sh { mkDerivation, base, bytestring, cmdargs, directory, fetchzip , file-embed, filepath, lib, megaparsec, mtl, parser-combinators , pretty-simple, safe-exceptions, scientific, text, transformers , unix }: mkDerivation { pname = "nixfmt"; version = "0.6.0"; src = fetchzip { url = "https://github.com/nixos/nixfmt/archive/14be7e665024f1a8c31d748b22f5e215856d3479.tar.gz"; sha256 = "017a1069sy4bhc2wchgd5hl6c106spf0zq5dcg65mf4flba1xs0j"; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base megaparsec mtl parser-combinators pretty-simple scientific text transformers ]; executableHaskellDepends = [ base bytestring cmdargs directory file-embed filepath safe-exceptions text unix ]; jailbreak = true; homepage = "https://github.com/NixOS/nixfmt"; description = "Official formatter for Nix code"; license = lib.licenses.mpl20; mainProgram = "nixfmt"; }