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

Commits on Jan 25, 2021

  1. pikopixel: 1.0-b9e -> 1.0-b10

    fgaz committed Jan 25, 2021
    Copy the full SHA
    9ae9e1e View commit details
  2. Merge pull request #110802 from fgaz/pikopixel/1.0-b10

    pikopixel: 1.0-b9e -> 1.0-b10
    SuperSandro2000 authored Jan 25, 2021
    Copy the full SHA
    2c9289d View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/graphics/pikopixel/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/pikopixel/default.nix
Original file line number Diff line number Diff line change
@@ -11,11 +11,11 @@ let

in gnustep'.gsmakeDerivation rec {
pname = "pikopixel";
version = "1.0-b9e";
version = "1.0-b10";

src = fetchurl {
url = "http://twilightedge.com/downloads/PikoPixel.Sources.${version}.tar.gz";
sha256 = "1gmgb5ch7s6fwvg85l6pl6fsx0maqwd8yvg7sz3r9lj32g2pz5wn";
sha256 = "1b27npgsan2nx1p581b9q2krx4506yyd6s34r4sf1r9x9adshm77";
};

sourceRoot = "PikoPixel.Sources.${version}/PikoPixel";