Loading pkgs/applications/virtualization/crosvm/update.py +4 −1 Original line number Diff line number Diff line #! /usr/bin/env nix-shell #! nix-shell -p common-updater-scripts python3 #! nix-shell -p common-updater-scripts nix-update python3 #! nix-shell -i python import csv Loading Loading @@ -52,3 +52,6 @@ with urlopen(f'https://chromium.googlesource.com/chromiumos/platform/crosvm/+log # Update the version, git revision, and hash in crosvm's default.nix. subprocess.run(['update-source-version', 'crosvm', f'--rev={rev}', version]) # Update cargoHash. subprocess.run(['nix-update', '--version=skip', 'crosvm']) Loading
pkgs/applications/virtualization/crosvm/update.py +4 −1 Original line number Diff line number Diff line #! /usr/bin/env nix-shell #! nix-shell -p common-updater-scripts python3 #! nix-shell -p common-updater-scripts nix-update python3 #! nix-shell -i python import csv Loading Loading @@ -52,3 +52,6 @@ with urlopen(f'https://chromium.googlesource.com/chromiumos/platform/crosvm/+log # Update the version, git revision, and hash in crosvm's default.nix. subprocess.run(['update-source-version', 'crosvm', f'--rev={rev}', version]) # Update cargoHash. subprocess.run(['nix-update', '--version=skip', 'crosvm'])