Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 59846b92650a
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ce82fcbff9db
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Aug 5, 2019

  1. pony-stable: 0.2.0 -> 0.2.1

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/pony-stable/versions
    r-ryantm committed Aug 5, 2019
    Copy the full SHA
    d3c8978 View commit details

Commits on Aug 10, 2019

  1. Merge pull request #66031 from r-ryantm/auto-update/pony-stable

    pony-stable: 0.2.0 -> 0.2.1
    marsam authored Aug 10, 2019
    Copy the full SHA
    ce82fcb View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/ponyc/pony-stable.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/ponyc/pony-stable.nix
Original file line number Diff line number Diff line change
@@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
name = "pony-stable-${version}";
version = "0.2.0";
version = "0.2.1";

src = fetchFromGitHub {
owner = "ponylang";
repo = "pony-stable";
rev = version;
sha256 = "0zzcq0vsl6kcrsxwqzd3s9mq7aq5sg8si5c83rxyi9n6a06gnbh7";
sha256 = "1wiinw35bp3zpq9kx61x2zvid7ln00jrw052ah8801s0d9dbwrdr";
};

buildInputs = [ ponyc ];