Commit 54ef842c authored by R. RyanTM's avatar R. RyanTM
Browse files

dry: 0.11.2 -> 0.13.0

parent d668df27
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -6,17 +6,17 @@

buildGoModule (finalAttrs: {
  pname = "dry";
  version = "0.11.2";
  version = "0.13.0";

  src = fetchFromGitHub {
    owner = "moncho";
    repo = "dry";
    rev = "v${finalAttrs.version}";
    hash = "sha256-JGtPX6BrB3q2EQyF6x2A5Wsn5DudOSVt3IxBAjjwlC8=";
    hash = "sha256-mS7vb1geYqzj6KnkOE7j/HRdqmdipfTsFufK3v6AgdM=";
  };

  proxyVendor = true;
  vendorHash = "sha256-AduDbBpCoW7GmYrBPpL7wyLvwoez81qP/+mllgoHInY=";
  vendorHash = "sha256-e8IkL+HRAWDKiw/Za899y1cuvKlaM6gUGToKvIsTZD8=";

  meta = {
    description = "Terminal application to manage Docker and Docker Swarm";