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: a27100c77bdb
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 816ba1ec7f0f
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Nov 1, 2020

  1. flmsg: 4.0.14 -> 4.0.17

    r-ryantm authored and Jonathan Ringer committed Nov 1, 2020
    Copy the full SHA
    816ba1e View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/radio/flmsg/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/radio/flmsg/default.nix
Original file line number Diff line number Diff line change
@@ -6,12 +6,12 @@
}:

stdenv.mkDerivation rec {
version = "4.0.14";
version = "4.0.17";
pname = "flmsg";

src = fetchurl {
url = "mirror://sourceforge/fldigi/${pname}-${version}.tar.gz";
sha256 = "0s1prawkpvr7xr7h8w7r0ly90ya3n8h6qsii0x6laqrkgjn9w9iy";
sha256 = "09xf3f65d3qi69frznf4fdznbfbc7kmgxw716q2c7ccsmh9c5q44";
};

buildInputs = [