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-02 22:12:15 -0500
committerAdam Stephens <adam@valkor.net>2024-02-02 22:13:03 -0500
commit273b448b6a3fe0961b939bea8f2c4e202e489448 (patch)
tree781b7fc118ef78f1e87dd90111339122ee1cd5d5 /pkgs/by-name/in/incus/latest.nix
parent5f087b3221142436513d2941392d09d5e8a922c5 (diff)
downloadnixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar.gz
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar.bz2
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar.lz
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar.xz
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.tar.zst
nixlib-273b448b6a3fe0961b939bea8f2c4e202e489448.zip
incus: fix update script
Working with the wrapper causes pain, so to update target
incus.unwrapped, or in the future incus-lts.unwrapped
Diffstat (limited to 'pkgs/by-name/in/incus/latest.nix')
-rw-r--r--pkgs/by-name/in/incus/latest.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/by-name/in/incus/latest.nix b/pkgs/by-name/in/incus/latest.nix
index bc4ae13403be..0c0c32ba9af3 100644
--- a/pkgs/by-name/in/incus/latest.nix
+++ b/pkgs/by-name/in/incus/latest.nix
@@ -1,5 +1,5 @@
 {
-  version = "0.5.1";
   hash = "sha256-3eWkQT2P69ZfN62H9B4WLnmlUOGkpzRR0rctgchP+6A=";
+  version = "0.5.1";
   vendorHash = "sha256-2ZJU7WshN4UIbJv55bFeo9qiAQ/wxu182mnz7pE60xA=";
 }