Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #56089 from fadenb/aptly_1.3.0

aptly: 1.2.0 -> 1.3.0

authored by

Sarah Brofeldt and committed by
GitHub
770d6cec 51005baa

+4 -4
+4 -4
pkgs/tools/misc/aptly/default.nix
··· 2 3 let 4 5 - version = "1.2.0"; 6 rev = "v${version}"; 7 8 aptlySrc = fetchFromGitHub { 9 inherit rev; 10 - owner = "smira"; 11 repo = "aptly"; 12 - sha256 = "1acnkmgarz9rp0skkh7zzwkhisjlmbl74jqjmqd3mn42y528c34b"; 13 }; 14 15 aptlyCompletionSrc = fetchFromGitHub { ··· 26 27 src = aptlySrc; 28 29 - goPackagePath = "github.com/smira/aptly"; 30 31 nativeBuildInputs = [ makeWrapper ]; 32
··· 2 3 let 4 5 + version = "1.3.0"; 6 rev = "v${version}"; 7 8 aptlySrc = fetchFromGitHub { 9 inherit rev; 10 + owner = "aptly-dev"; 11 repo = "aptly"; 12 + sha256 = "032gw8qkxcgc0jyrvzqh7jkbmk4k0gf7j74hyhclfnjmd9548f5l"; 13 }; 14 15 aptlyCompletionSrc = fetchFromGitHub { ··· 26 27 src = aptlySrc; 28 29 + goPackagePath = "github.com/aptly-dev/aptly"; 30 31 nativeBuildInputs = [ makeWrapper ]; 32