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

Commits on Mar 31, 2018

  1. electrum-ltc: 3.0.6.2 -> 3.1.2.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/electrum-ltc/versions.
    
    These checks were done:
    
    - built on NixOS
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped -h` got 0 exit code
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped --help` got 0 exit code
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/.electrum-ltc-wrapped help` got 0 exit code
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc -h` got 0 exit code
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc --help` got 0 exit code
    - ran `/nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1/bin/electrum-ltc help` got 0 exit code
    - found 3.1.2.1 with grep in /nix/store/01743lqqy8qxmygc7rk86h14089v8ijx-electrum-ltc-3.1.2.1
    - directory tree listing: https://gist.github.com/7bdf4bff59f77c44f7aa7a0cddfb60b7
    R. RyanTM committed Mar 31, 2018
    Copy the full SHA
    3e599e3 View commit details

Commits on Apr 9, 2018

  1. Merge pull request #38250 from r-ryantm/auto-update/electrum-ltc

    electrum-ltc: 3.0.6.2 -> 3.1.2.1
    matthewbauer authored Apr 9, 2018
    Copy the full SHA
    4e72930 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/misc/electrum-ltc/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/misc/electrum-ltc/default.nix
Original file line number Diff line number Diff line change
@@ -5,11 +5,11 @@

python3Packages.buildPythonApplication rec {
name = "electrum-ltc-${version}";
version = "3.0.6.2";
version = "3.1.2.1";

src = fetchurl {
url = "https://electrum-ltc.org/download/Electrum-LTC-${version}.tar.gz";
sha256 = "1bay4vfkanxsa8pj8n99sj55yc59s84nns97lbvagyp0p0lclia7";
sha256 = "0sdql4k8g3py941rzdskm3k4hkwam4hzvg4qlvs0b5pw139mri86";
};

propagatedBuildInputs = with python3Packages; [