Skip to content

Commit

Permalink
Merge pull request #101959 from flokli/aptly140
Browse files Browse the repository at this point in the history
aptly: 1.3.0 -> 1.4.0
  • Loading branch information
flokli committed Oct 28, 2020
2 parents ca45bb5 + f29b4e6 commit e32ca0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/misc/aptly/default.nix
Expand Up @@ -2,14 +2,14 @@

let

version = "1.3.0";
version = "1.4.0";
rev = "v${version}";

aptlySrc = fetchFromGitHub {
inherit rev;
owner = "aptly-dev";
repo = "aptly";
sha256 = "032gw8qkxcgc0jyrvzqh7jkbmk4k0gf7j74hyhclfnjmd9548f5l";
sha256 = "06cq761r3bxybb9xn58jii0ggp79mcp3810z1r2z3xcvplwhwnhy";
};

aptlyCompletionSrc = fetchFromGitHub {
Expand Down

0 comments on commit e32ca0f

Please sign in to comment.