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: 9002e5c5335f
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 71d6910d4c2f
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Jul 7, 2020

  1. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    jonringer Jonathan Ringer
    Copy the full SHA
    519606e View commit details
  2. Merge pull request #92592 from worldofpeace/vala-update

    vala: 0.48.1 -> 0.48.7
    worldofpeace authored Jul 7, 2020
    Copy the full SHA
    71d6910 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/vala/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/vala/default.nix
Original file line number Diff line number Diff line change
@@ -123,8 +123,8 @@ in rec {
};

vala_0_48 = generic {
version = "0.48.1";
sha256 = "1m3igqlryj1161ymksy7666v7mp9l6gy0yfi4cvgd3wh1963jmzb";
version = "0.48.7";
sha256 = "0lswkb7gj0chas9n3l3dbrm9l71hs77adhvm2v600id2ipi37pi8";
};

vala = vala_0_48;