Merge pull request #139910 from SuperSandro2000/nanorc

authored by

Sandro and committed by
GitHub
4e2bb6ee cc689fef

-2
-2
pkgs/applications/editors/nano/nanorc/default.nix
··· 32 32 git 33 33 gnused 34 34 nix 35 - nixfmt 36 35 ] 37 36 } 38 37 oldVersion="$(nix-instantiate --eval -E "with import ./. {}; lib.getVersion ${pname}" | tr -d '"' | sed 's|\\.|-|g')" ··· 42 41 default_nix="$nixpkgs/pkgs/applications/editors/nano/nanorc/default.nix" 43 42 newTag=$(echo $latestTag | sed 's|\.|-|g') 44 43 update-source-version ${pname} "$newTag" --version-key=version --print-changes 45 - nixfmt "$default_nix" 46 44 else 47 45 echo "${pname} is already up-to-date" 48 46 fi