make image name unique

This commit is contained in:
ob7 2024-10-30 15:13:37 +00:00
parent a7db2ad818
commit f71cc900da
No known key found for this signature in database
GPG Key ID: F7F717469D8CBC37

View File

@ -32,20 +32,20 @@
}, },
"images": [ "images": [
{ {
"filename": "nixos.qcow2", "filename": "nixos-24-11.qcow2",
"version": "24.11", "version": "24.11",
"md5sum": "2459f05136836dd430402d75cba0f205", "md5sum": "2459f05136836dd430402d75cba0f205",
"download_url": "https://github.com/nix-community/nixos-generators", "download_url": "https://github.com/nix-community/nixos-generators",
"filesize": 1749483520, "filesize": 1749483520,
"download_url": "https://f.ob7.us/gns3/", "download_url": "https://f.ob7.us/gns3/",
"direct_download_url": "http://ob7.us/nixos.qcow2" "direct_download_url": "http://ob7.us/nixos-24-11.qcow2"
} }
], ],
"versions": [ "versions": [
{ {
"name": "24.11", "name": "24.11",
"images": { "images": {
"hda_disk_image": "nixos.qcow2" "hda_disk_image": "nixos-24-11.qcow2"
} }
} }
] ]