sdrangel: 7.20.0 -> 7.20.1

This commit is contained in:
R. Ryantm 2024-05-15 15:01:55 +00:00
parent 5752bc84b0
commit a1e9561f7d

View File

@ -52,13 +52,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.20.0";
version = "7.20.1";
src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-sS/ASTMdNJpllHqtmUsG+qBQ77j8IcG6l4g53/Lmcwk=";
hash = "sha256-8v00JiPRCFqg+6wEZw5BrsHMvUYweigbroBHKQGOlHI=";
};
nativeBuildInputs = [