about summary refs log tree commit diff
path: root/pkgs/by-name/in/incus/latest.nix
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-02-01 08:18:24 -0500
committerAdam Stephens <adam@valkor.net>2024-02-02 12:58:39 -0500
commitcf372500be7a9068c431b7f68da2c31a6c3f60ea (patch)
tree6a601bc37cc539787b67f90cb446dec1f12f89d5 /pkgs/by-name/in/incus/latest.nix
parent42742010df39e2bcfe413f2bd83be5770e41fb62 (diff)
incus: add support for multiple releases
Incus LTS will be added in a few months, and this prepares for
maintaining two releases
Diffstat (limited to 'pkgs/by-name/in/incus/latest.nix')
-rw-r--r--pkgs/by-name/in/incus/latest.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/by-name/in/incus/latest.nix b/pkgs/by-name/in/incus/latest.nix
new file mode 100644
index 0000000000000..bc4ae13403bef
--- /dev/null
+++ b/pkgs/by-name/in/incus/latest.nix
@@ -0,0 +1,5 @@
+{
+  version = "0.5.1";
+  hash = "sha256-3eWkQT2P69ZfN62H9B4WLnmlUOGkpzRR0rctgchP+6A=";
+  vendorHash = "sha256-2ZJU7WshN4UIbJv55bFeo9qiAQ/wxu182mnz7pE60xA=";
+}