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/26wjh5c0p60dsbmjrp95wlcmb7hp9cqc-packages.json.drv building '/nix/store/26wjh5c0p60dsbmjrp95wlcmb7hp9cqc-packages.json.drv'... Going to be running update for following packages: - nixfmt-unstable-2024-01-31 Press Enter key to continue... Running update for: - nixfmt-unstable-2024-01-31: UPDATING ... - nixfmt-unstable-2024-01-31: 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 b3c1f63a9286..a57714d1d6e0 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/date.txt +++ b/pkgs/by-name/ni/nixfmt-rfc-style/date.txt @@ -1 +1 @@ -2024-01-31 +2024-02-26 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 ac96818227ce..5a39cccdece7 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix +++ b/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix @@ -8,8 +8,8 @@ mkDerivation { pname = "nixfmt"; version = "0.5.0"; src = fetchzip { - url = "https://github.com/piegamesde/nixfmt/archive/d6930fd0c62c4d7ec9e4a814adc3d2f590d96271.tar.gz"; - sha256 = "1ijrdzdwricv4asmy296j7gzvhambv96nlxi3qrxb4lj1by6a34m"; + url = "https://github.com/piegamesde/nixfmt/archive/4144733e2299c6e89fad4c0d6f4f0002f00a2035.tar.gz"; + sha256 = "14l9ab9xbmchws54pxdb63nwcxyg2bb2b4cqrdralpa7cjv6n46q"; }; isLibrary = true; isExecutable = true; No auto update branch exists Old version unstable-2024-01-31" not present in master derivation file with contents: # This file has been autogenerate with cabal2nix. # Update via ./update.sh { mkDerivation, base, cmdargs, directory, fetchzip, filepath, lib , megaparsec, mtl, parser-combinators, safe-exceptions, scientific , text, transformers, unix }: mkDerivation { pname = "nixfmt"; version = "0.5.0"; src = fetchzip { url = "https://github.com/piegamesde/nixfmt/archive/d6930fd0c62c4d7ec9e4a814adc3d2f590d96271.tar.gz"; sha256 = "1ijrdzdwricv4asmy296j7gzvhambv96nlxi3qrxb4lj1by6a34m"; }; isLibrary = true; isExecutable = true; libraryHaskellDepends = [ base megaparsec mtl parser-combinators scientific text transformers ]; executableHaskellDepends = [ base cmdargs directory filepath safe-exceptions text unix ]; jailbreak = true; homepage = "https://github.com/serokell/nixfmt"; description = "An opinionated formatter for Nix"; license = lib.licenses.mpl20; mainProgram = "nixfmt"; }