changelog-d 0 -> 1 attrpath: changelog-d 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] these 3 derivations will be built: /nix/store/bszf3h36cikxc787px2whz021kq81hmw-cabal2nix-2.19.1.drv /nix/store/q315wpa6lf5m1bgmgfjymxrlaam7nnhy-update-changelog-d.drv /nix/store/3bncpfvvihv92ng5kg8y006m5gghca4v-packages.json.drv building '/nix/store/bszf3h36cikxc787px2whz021kq81hmw-cabal2nix-2.19.1.drv'... building '/nix/store/q315wpa6lf5m1bgmgfjymxrlaam7nnhy-update-changelog-d.drv'... building '/nix/store/3bncpfvvihv92ng5kg8y006m5gghca4v-packages.json.drv'... Going to be running update for following packages: - changelog-d-0.1-git-2816ddb Press Enter key to continue... Running update for: - changelog-d-0.1-git-2816ddb: UPDATING ... - changelog-d-0.1-git-2816ddb: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/misc/haskell/changelog-d/default.nix b/pkgs/development/misc/haskell/changelog-d/default.nix index 7abc707540ce..f179632081f2 100644 --- a/pkgs/development/misc/haskell/changelog-d/default.nix +++ b/pkgs/development/misc/haskell/changelog-d/default.nix @@ -8,8 +8,8 @@ mkDerivation { version = "0.1"; src = fetchgit { url = "https://codeberg.org/fgaz/changelog-d"; - sha256 = "0r0gr3bl88am9jivic3i8lfi9l5v1dj7xx4fvw6hhy3wdx7z50z7"; - rev = "2816ddb78cec8b7fa4462c25028437ebfe3ad314"; + sha256 = "0dnimw33n2li6wbc82658127sf5j6ih0671gw5vykvsaa71f6y6z"; + rev = "c0524e5eb91223f2eae01a0a3a4288812e5e0037"; fetchSubmodules = true; }; isLibrary = false; No auto update branch exists Old version 0.1-git-2816ddb" not present in master derivation file with contents: { mkDerivation, base, bytestring, cabal-install-parsers , Cabal-syntax, containers, directory, fetchgit, filepath , generic-lens-lite, lib, mtl, optparse-applicative, parsec, pretty , regex-applicative }: mkDerivation { pname = "changelog-d"; version = "0.1"; src = fetchgit { url = "https://codeberg.org/fgaz/changelog-d"; sha256 = "0r0gr3bl88am9jivic3i8lfi9l5v1dj7xx4fvw6hhy3wdx7z50z7"; rev = "2816ddb78cec8b7fa4462c25028437ebfe3ad314"; fetchSubmodules = true; }; isLibrary = false; isExecutable = true; libraryHaskellDepends = [ base bytestring cabal-install-parsers Cabal-syntax containers directory filepath generic-lens-lite mtl parsec pretty regex-applicative ]; executableHaskellDepends = [ base bytestring Cabal-syntax directory filepath optparse-applicative ]; doHaddock = false; description = "Concatenate changelog entries into a single one"; license = lib.licenses.gpl3Plus; mainProgram = "changelog-d"; }