Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
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-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cf82a58eaeca
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: ab8240303888
Choose a head ref
  • 4 commits
  • 2 files changed
  • 4 contributors

Commits on Jul 27, 2019

  1. avocode: 3.8.1 -> 3.9.0

    megheaiulian committed Jul 27, 2019
    Copy the full SHA
    ed9b84d View commit details
  2. gitaly: fix hashes

    It seems the sha256 hashes of 3 gitaly dependencies were wrong or
    changed.
    flokli committed Jul 27, 2019
    Copy the full SHA
    89aae90 View commit details

Commits on Jul 29, 2019

  1. Merge pull request #65466 from plumelo/feature/avocode-3.9.0

    avocode: 3.8.1 -> 3.9.0
    markuskowa authored Jul 29, 2019
    Copy the full SHA
    61c945a View commit details
  2. Merge pull request #65468 from flokli/gitaly-fix-hashes

    gitaly: fix hashes
    globin authored Jul 29, 2019
    Copy the full SHA
    ab82403 View commit details
Showing with 5 additions and 5 deletions.
  1. +2 −2 pkgs/applications/graphics/avocode/default.nix
  2. +3 −3 pkgs/applications/version-management/gitlab/gitaly/deps.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/avocode/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

stdenv.mkDerivation rec {
name = "avocode-${version}";
version = "3.8.1";
version = "3.9.0";

src = fetchurl {
url = "https://media.avocode.com/download/avocode-app/${version}/avocode-${version}-linux.zip";
sha256 = "1akrrnv0ajzvbhflbpmh4ckcqfqrgdjqfp6d4jqvspqi56zmsr83";
sha256 = "0fk62farnsxz59q82kxagibxmn9p9ckp6ix0wqg297gvasgad31q";
};

libPath = stdenv.lib.makeLibraryPath (with xorg; [
6 changes: 3 additions & 3 deletions pkgs/applications/version-management/gitlab/gitaly/deps.nix

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.