Merge pull request #267593 from r-ryantm/auto-update/uhd

uhd: 4.5.0.0 -> 4.6.0.0

authored by

Doron Behar and committed by
GitHub
e4bda9ab 28a35083

+3 -3
+3 -3
pkgs/applications/radio/uhd/default.nix
··· 53 # 54 # nix-shell maintainers/scripts/update.nix --argstr package uhd --argstr commit true 55 # 56 - version = "4.5.0.0"; 57 58 outputs = [ "out" "dev" ]; 59 ··· 63 rev = "v${finalAttrs.version}"; 64 # The updateScript relies on the `src` using `hash`, and not `sha256. To 65 # update the correct hash for the `src` vs the `uhdImagesSrc` 66 - hash = "sha256-0EqMBaQiNr8PE542YNkPvX3o1HhnhrO0Kz1euphY6Ps="; 67 }; 68 # Firmware images are downloaded (pre-built) from the respective release on Github 69 uhdImagesSrc = fetchurl { 70 url = "https://github.com/EttusResearch/uhd/releases/download/v${finalAttrs.version}/uhd-images_${finalAttrs.version}.tar.xz"; 71 # Please don't convert this to a hash, in base64, see comment near src's 72 # hash. 73 - sha256 = "13cn41wv7vldk4vx7vy3jbb3wb3a5vpfg3ay893klpi6vzxc1dly"; 74 }; 75 passthru = { 76 updateScript = [
··· 53 # 54 # nix-shell maintainers/scripts/update.nix --argstr package uhd --argstr commit true 55 # 56 + version = "4.6.0.0"; 57 58 outputs = [ "out" "dev" ]; 59 ··· 63 rev = "v${finalAttrs.version}"; 64 # The updateScript relies on the `src` using `hash`, and not `sha256. To 65 # update the correct hash for the `src` vs the `uhdImagesSrc` 66 + hash = "sha256-9ZGt0ZrGbprCmpAuOue6pg2gliu4MvlRFHGxyMJeKAc="; 67 }; 68 # Firmware images are downloaded (pre-built) from the respective release on Github 69 uhdImagesSrc = fetchurl { 70 url = "https://github.com/EttusResearch/uhd/releases/download/v${finalAttrs.version}/uhd-images_${finalAttrs.version}.tar.xz"; 71 # Please don't convert this to a hash, in base64, see comment near src's 72 # hash. 73 + sha256 = "17g503mhndaabrdl7qai3rdbafr8xx8awsyr7h2bdzwzprzmh4m3"; 74 }; 75 passthru = { 76 updateScript = [