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

Commits on Jan 28, 2019

  1. cool-retro-term: 1.1.0 -> 1.1.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/cool-retro-term/versions
    r-ryantm committed Jan 28, 2019
    Copy the full SHA
    672a9b4 View commit details

Commits on Feb 1, 2019

  1. Merge pull request #54843 from r-ryantm/auto-update/cool-retro-term

    cool-retro-term: 1.1.0 -> 1.1.1
    dywedir authored Feb 1, 2019
    Copy the full SHA
    e249a4e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/cool-retro-term/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/cool-retro-term/default.nix
Original file line number Diff line number Diff line change
@@ -2,14 +2,14 @@
, qtquickcontrols, qtgraphicaleffects, qmake }:

stdenv.mkDerivation rec {
version = "1.1.0";
version = "1.1.1";
name = "cool-retro-term-${version}";

src = fetchFromGitHub {
owner = "Swordfish90";
repo = "cool-retro-term";
rev = version;
sha256 = "0gmigjpc19q7l94q4wzbrxh7cdb6zk3zscaijzwsz9364wsgzb47";
sha256 = "0mird4k88ml6y61hky2jynrjmnxl849fvhsr5jfdlnv0i7r5vwi5";
};

patchPhase = ''