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

Commits on Mar 31, 2020

  1. computecpp: 1.2.0 -> 1.3.0

    davidtwco committed Mar 31, 2020
    Copy the full SHA
    e6df077 View commit details

Commits on Apr 2, 2020

  1. Merge pull request #83869 from davidtwco/computecpp-1.3.0

    computecpp: 1.2.0 -> 1.3.0
    srhb authored Apr 2, 2020
    Copy the full SHA
    bb60186 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/development/compilers/computecpp/default.nix
4 changes: 2 additions & 2 deletions pkgs/development/compilers/computecpp/default.nix
Original file line number Diff line number Diff line change
@@ -10,11 +10,11 @@

stdenv.mkDerivation rec {
pname = "computecpp";
version = "1.2.0";
version = "1.3.0";

src = fetchzip {
url = "https://computecpp.codeplay.com/downloads/computecpp-ce/${version}/ubuntu-16.04-64bit.tar.gz";
sha256 = "191kwvzxfg1sbaq6aw6f84chi7bhsibb2a63zsyz3gz8m0c0syr5";
sha256 = "1q6gqjpzz4a260gsd6mm1iv4z8ar3vxaypmgdwl8pb4i7kg6ykaz";
stripRoot = true;
};