updates to llama swap go to unstable

This commit is contained in:
2026-05-19 13:51:27 +02:00
parent 6d7ac064bf
commit bb1566432a
2 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -7,6 +7,7 @@
versionCheckHook,
callPackage,
go,
nixosTests,
nix-update-script,
@@ -38,7 +39,7 @@ buildGoModule (finalAttrs: {
'';
};
vendorHash = "sha256-AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=";
vendorHash = "sha256-QysQ7YdwJcLTziwL25j73n3tQVvzVQIFxN4GkTU8JZg=";
passthru.ui = callPackage ./ui.nix { llama-swap = finalAttrs.finalPackage; };