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

Commits on Jan 31, 2020

  1. limesuite: 19.04.0 -> 20.01.0

    r-ryantm authored and Jon committed Jan 31, 2020
    Copy the full SHA
    1f5a5de View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pkgs/applications/radio/limesuite/default.nix
4 changes: 2 additions & 2 deletions pkgs/applications/radio/limesuite/default.nix
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
} :

let
version = "19.04.0";
version = "20.01.0";

in stdenv.mkDerivation {
pname = "limesuite";
@@ -14,7 +14,7 @@ in stdenv.mkDerivation {
owner = "myriadrf";
repo = "LimeSuite";
rev = "v${version}";
sha256 = "1lrjrli0ny25qwg8bw1bvbdb18hf7ffqj4ziibkgzscv3w5v0s45";
sha256 = "01z4idcby2lm34bbnpbp400ski7p61jjiir6sy6dalnvsl52m7vx";
};

enableParallelBuilding = true;