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

freedv: 1.9.5 -> 1.9.6
This commit is contained in:
Nick Cao
2023-12-26 11:01:22 -05:00
committed by GitHub
+2 -2
View File
@@ -25,13 +25,13 @@
stdenv.mkDerivation rec {
pname = "freedv";
version = "1.9.5";
version = "1.9.6";
src = fetchFromGitHub {
owner = "drowe67";
repo = "freedv-gui";
rev = "v${version}";
hash = "sha256-uCWdDmHzNx1vkZFttQZLD4YfXoXz5VZQfir9sGOoDhw=";
hash = "sha256-2TqlBlbMhBqe8WqoyYLJ9B82sAy3MdoaYvvk+XB5CdQ=";
};
postPatch = lib.optionalString stdenv.isDarwin ''