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/cnzyrk9yd8gqg78fza5fdq15vgkach91-packages.json.drv building '/nix/store/cnzyrk9yd8gqg78fza5fdq15vgkach91-packages.json.drv'... Going to be running update for following packages: - nixfmt-unstable-2024-03-01 Press Enter key to continue... Running update for: - nixfmt-unstable-2024-03-01: UPDATING ... - nixfmt-unstable-2024-03-01: 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 f4f1f2ef867e..b6048ab761a5 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/date.txt +++ b/pkgs/by-name/ni/nixfmt-rfc-style/date.txt @@ -1 +1 @@ -2024-03-01 +2024-03-14 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 738b3e53c872..4c838e59fe19 100644 --- a/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix +++ b/pkgs/by-name/ni/nixfmt-rfc-style/generated-package.nix @@ -6,10 +6,10 @@ }: mkDerivation { pname = "nixfmt"; - version = "0.5.0"; + version = "0.6.0"; src = fetchzip { - url = "https://github.com/piegamesde/nixfmt/archive/2b5ee820690bae64cb4003e46917ae43541e3e0b.tar.gz"; - sha256 = "1i1jbc1q4gd7fpilwy6s3a583yl5l8d8rlmipygj61mpclg9ihqg"; + url = "https://github.com/piegamesde/nixfmt/archive/8d13b593fa8d8d6e5075f541f3231222a08e84df.tar.gz"; + sha256 = "1blpqs2ifw10xvfpfk77p1bq35gzgssng2m8wqw0kqydcz7fzm8y"; }; isLibrary = true; isExecutable = true; No auto update branch exists Old version unstable-2024-03-01" 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/2b5ee820690bae64cb4003e46917ae43541e3e0b.tar.gz"; sha256 = "1i1jbc1q4gd7fpilwy6s3a583yl5l8d8rlmipygj61mpclg9ihqg"; }; 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"; }