Merge pull request #35501 from ryantm/auto-update/aptly-1.1.1-to-1.2.0
aptly: 1.1.1 -> 1.2.0
This commit is contained in:
commit
247db6d7c2
|
@ -2,14 +2,14 @@
|
||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
version = "1.1.1";
|
version = "1.2.0";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
|
|
||||||
aptlySrc = fetchFromGitHub {
|
aptlySrc = fetchFromGitHub {
|
||||||
inherit rev;
|
inherit rev;
|
||||||
owner = "smira";
|
owner = "smira";
|
||||||
repo = "aptly";
|
repo = "aptly";
|
||||||
sha256 = "197a7nh8li20slqxgn8s8xm13x5b8ansmabk8rx32sngb73hp4av";
|
sha256 = "1acnkmgarz9rp0skkh7zzwkhisjlmbl74jqjmqd3mn42y528c34b";
|
||||||
};
|
};
|
||||||
|
|
||||||
aptlyCompletionSrc = fetchFromGitHub {
|
aptlyCompletionSrc = fetchFromGitHub {
|
||||||
|
|
Loading…
Reference in New Issue