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

Commits on Jun 16, 2019

  1. flrig: 1.3.44 -> 1.3.45

    Semi-automatic update generated by
    https://github.com/ryantm/nixpkgs-update tools. This update was made
    based on information from
    https://repology.org/metapackage/flrig/versions
    r-ryantm committed Jun 16, 2019
    Copy the full SHA
    38fa763 View commit details

Commits on Jun 17, 2019

  1. Merge pull request #63247 from r-ryantm/auto-update/flrig

    flrig: 1.3.44 -> 1.3.45
    etu authored Jun 17, 2019
    Copy the full SHA
    8ce3def View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/radio/flrig/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/radio/flrig/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@
}:

stdenv.mkDerivation rec {
version = "1.3.44";
version = "1.3.45";
pname = "flrig";

src = fetchurl {
url = "mirror://sourceforge/fldigi/${pname}-${version}.tar.gz";
sha256 = "0y05qhjmqydh0lripb44jjkcchxzr8bfn1r2k3m48wb4aij607yj";
sha256 = "14rnyqwlk35j2027l7hxfig6v7j7302w4vsvx0l33b782i8phs2v";
};

buildInputs = [