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