Skip to content

Commit

Permalink
cloud-utils: 0.30 -> 0.31
Browse files Browse the repository at this point in the history
  • Loading branch information
zimbatm authored and Jon committed Jun 29, 2020
1 parent acd100f commit dca8595
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/cloud-utils/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
# $ nix-build nixos/release-combined.nix -A nixos.tests.ec2-nixops
# growpart is needed in initrd in nixos/system/boot/grow-partition.nix
pname = "cloud-utils";
version = "0.30";
version = "0.31";
src = fetchurl {
url = "https://launchpad.net/cloud-utils/trunk/0.3/+download/cloud-utils-${version}.tar.gz";
sha256 = "19ca9ckwwsvlqrjz19bc93rq4gv3y4ak7551li2qk95caqyxsq3k";
url = "https://launchpad.net/cloud-utils/trunk/${version}/+download/cloud-utils-${version}.tar.gz";
sha256 = "07fl3dlqwdzw4xx7mcxhpkks6dnmaxha80zgs9f6wmibgzni8z0r";
};
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ python3 ];
Expand Down

0 comments on commit dca8595

Please sign in to comment.