Unverified Commit 9cf2e6ac authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #261388 from r-ryantm/auto-update/freedv

freedv: 1.9.2 -> 1.9.3
parents dd207e59 72b2a076
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -25,13 +25,13 @@

stdenv.mkDerivation rec {
  pname = "freedv";
  version = "1.9.2";
  version = "1.9.3";

  src = fetchFromGitHub {
    owner = "drowe67";
    repo = "freedv-gui";
    rev = "v${version}";
    hash = "sha256-SBWwAmIsa9HfaZpH8TioMm9IaoZ+x4HNHaOBps0vA0A=";
    hash = "sha256-tlkD8Kem4HPwrk3E98UKcPoBNoFucqarEBo+oihnQSU=";
  };

  postPatch = lib.optionalString stdenv.isDarwin ''