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

Commits on Jun 1, 2019

  1. flrig: 1.3.43 -> 1.3.44

    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 1, 2019
    Copy the full SHA
    8b5607a View commit details
  2. Merge pull request #62414 from r-ryantm/auto-update/flrig

    flrig: 1.3.43 -> 1.3.44
    etu authored Jun 1, 2019
    Copy the full SHA
    bf1ee0d 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.43";
version = "1.3.44";
pname = "flrig";

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

buildInputs = [