Skip to content

Commit

Permalink
crosvm.updateScript: update cargoHash
Browse files Browse the repository at this point in the history
  • Loading branch information
alyssais committed Oct 22, 2024
1 parent a3f9e97 commit 6db0f02
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/applications/virtualization/crosvm/update.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#! /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
Expand Down Expand Up @@ -52,3 +52,6 @@

# 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'])

0 comments on commit 6db0f02

Please sign in to comment.