Skip to content

Commit

Permalink
sdrangel: 7.22.4 -> 7.22.5
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Dec 9, 2024
1 parent f602946 commit cb726e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/radio/sdrangel/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@

stdenv.mkDerivation (finalAttrs: {
pname = "sdrangel";
version = "7.22.4";
version = "7.22.5";

src = fetchFromGitHub {
owner = "f4exb";
repo = "sdrangel";
rev = "v${finalAttrs.version}";
hash = "sha256-+7s2VFxqyk9zLxztpYqV9eqGWA7clphKq8JVwIUPb4c=";
hash = "sha256-1jZcKx3kvWcaU9Y6StMATsZ05e7qZqA1H3i/ZvWDoKg=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cb726e2

Please sign in to comment.