nixpkgs/pkgs
Tuomas Tynkkynen b53c53b1b4 maintainers: Add script to patch version/sha256 in .nix files
Adds a script to help automatically upgrading packages: this one can
patch name/version attributes like:
    version = "50.1.0";
    name = "bc-1.06";
... to the given version, and updates the sha256 hash to match.

Usage is:

update-source-version <attr> <new-version> [<new-source-hash>]

where:
    - attr is the attribute path of the package
    - new-version is the version string to be patched in
    - new-source-hash is the optional sha256/etc. hash of the source.
      If not given, the script will automatically calculate it.

This is added to a subdirectory where other useful scripts can be added
in the future, like figuring out the newest version from a git repo or
GitHub releases etc.
2017-02-19 16:51:17 +02:00
..
applications Merge pull request #22551 (paperwork locale path) 2017-02-19 06:36:24 +01:00
build-support nix-prefetch-zip: Remove 2017-02-16 11:28:23 +01:00
common-updater maintainers: Add script to patch version/sha256 in .nix files 2017-02-19 16:51:17 +02:00
data hackage: update snapshot to 2017-02-12T15:49:03Z 2017-02-16 11:48:10 +01:00
desktops lxqt.screengrab: fixup build after KDE updates 2017-02-18 12:29:15 +01:00
development Merge pull request #22742 from volhovM/feature/fix-orgmode-parse-tests 2017-02-19 16:16:54 +03:00
games scummvm: 1.8.0 -> 1.9.0 2017-02-17 23:46:53 +01:00
misc ghostscript: fix installed library name on darwin 2017-02-16 13:32:39 -05:00
os-specific nvidia_x11.settings: link dlopen'ed libraries 2017-02-19 11:53:23 +03:00
servers Merge pull request #22913 from pradeepchhetri/serf 2017-02-19 15:26:53 +01:00
shells dgsh-unstable: Init at 2017-02-05 (#22657) 2017-02-18 14:25:49 +01:00
stdenv Merge pull request #22387 from Ericson2314/cross-3-platforms 2017-02-05 17:41:31 -05:00
test
tools Merge pull request #22915 from pradeepchhetri/envconsul 2017-02-19 10:23:58 +01:00
top-level maintainers: Add script to patch version/sha256 in .nix files 2017-02-19 16:51:17 +02:00