Loading pkgs/by-name/in/incus/client.nix +2 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ lib, buildGoModule, fetchpatch, fetchFromGitHub, installShellFiles, }: let releaseFile = if lts then ./lts.nix else ./latest.nix; inherit (import releaseFile) version hash vendorHash; inherit (import releaseFile { inherit fetchpatch; }) version hash vendorHash; in buildGoModule rec { Loading pkgs/by-name/in/incus/latest.nix +7 −0 Original line number Diff line number Diff line { fetchpatch }: { hash = "sha256-tGuAS0lZvoYb+TvmCklQ8TADZhbm4w/lhdI0ycS4/0o="; version = "0.6.0"; vendorHash = "sha256-+WmgLOEBJ/7GF596iiTgyTPxn8l+hE6RVqjLKfCi5rs="; patches = [ (fetchpatch { url = "https://github.com/lxc/incus/pull/529.patch"; hash = "sha256-2aaPrzW/LVJidWeom0rqYOGpT2gvuV1yHLJN/TwQ1fk="; }) ]; } pkgs/by-name/in/incus/lts.nix +1 −1 Original line number Diff line number Diff line # this release doesn't exist yet, but satisfay the by-name checks # will be added as incus-lts in all-packages.nix once ready { } _: { } pkgs/by-name/in/incus/unwrapped.nix +9 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, buildGoModule, fetchpatch, fetchFromGitHub, writeShellScript, acl, Loading @@ -19,14 +20,19 @@ let releaseFile = if lts then ./lts.nix else ./latest.nix; inherit (import releaseFile) version hash vendorHash; inherit (import releaseFile { inherit fetchpatch; }) version hash patches vendorHash ; name = "incus${lib.optionalString lts "-lts"}"; in buildGoModule rec { buildGoModule { pname = "${name}-unwrapped"; inherit vendorHash version; inherit patches vendorHash version; src = fetchFromGitHub { owner = "lxc"; Loading Loading
pkgs/by-name/in/incus/client.nix +2 −1 Original line number Diff line number Diff line Loading @@ -3,12 +3,13 @@ lib, buildGoModule, fetchpatch, fetchFromGitHub, installShellFiles, }: let releaseFile = if lts then ./lts.nix else ./latest.nix; inherit (import releaseFile) version hash vendorHash; inherit (import releaseFile { inherit fetchpatch; }) version hash vendorHash; in buildGoModule rec { Loading
pkgs/by-name/in/incus/latest.nix +7 −0 Original line number Diff line number Diff line { fetchpatch }: { hash = "sha256-tGuAS0lZvoYb+TvmCklQ8TADZhbm4w/lhdI0ycS4/0o="; version = "0.6.0"; vendorHash = "sha256-+WmgLOEBJ/7GF596iiTgyTPxn8l+hE6RVqjLKfCi5rs="; patches = [ (fetchpatch { url = "https://github.com/lxc/incus/pull/529.patch"; hash = "sha256-2aaPrzW/LVJidWeom0rqYOGpT2gvuV1yHLJN/TwQ1fk="; }) ]; }
pkgs/by-name/in/incus/lts.nix +1 −1 Original line number Diff line number Diff line # this release doesn't exist yet, but satisfay the by-name checks # will be added as incus-lts in all-packages.nix once ready { } _: { }
pkgs/by-name/in/incus/unwrapped.nix +9 −3 Original line number Diff line number Diff line Loading @@ -3,6 +3,7 @@ lib, buildGoModule, fetchpatch, fetchFromGitHub, writeShellScript, acl, Loading @@ -19,14 +20,19 @@ let releaseFile = if lts then ./lts.nix else ./latest.nix; inherit (import releaseFile) version hash vendorHash; inherit (import releaseFile { inherit fetchpatch; }) version hash patches vendorHash ; name = "incus${lib.optionalString lts "-lts"}"; in buildGoModule rec { buildGoModule { pname = "${name}-unwrapped"; inherit vendorHash version; inherit patches vendorHash version; src = fetchFromGitHub { owner = "lxc"; Loading