about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorVincent Demeester <vincent@sbr.pm>2019-04-24 15:24:07 +0200
committerProfpatsch <mail@profpatsch.de>2019-05-02 20:23:58 +0200
commit66b94f20f333d70330980405bd8c8d98dc63b7a7 (patch)
treef0fcab34fa74ba4c215a3188d312301ed3de1405 /pkgs/development
parenteed255e0444d047c71412d0c9e7138fc33c49377 (diff)
buildah: 1.7.2 -> 1.7.3
Also adding myself (vdemeester) as maintainer

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/tools/buildah/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/buildah/default.nix b/pkgs/development/tools/buildah/default.nix
index 48b0631c64aaa..47db8c9fea634 100644
--- a/pkgs/development/tools/buildah/default.nix
+++ b/pkgs/development/tools/buildah/default.nix
@@ -3,13 +3,13 @@
 , go-md2man }:
 
 let
-  version = "1.7.2";
+  version = "1.7.3";
 
   src = fetchFromGitHub {
     rev = "v${version}";
     owner = "containers";
     repo = "buildah";
-    sha256 = "19rp5kgdgyjfvg23m8dqlv6g1cs2c57nnw64ifjv24hqhy1xc0qk";
+    sha256 = "154zjkccinf6nvbz5a8rdlkgy7fi6yz11wi100jn9cmsjydspax8";
   };
   goPackagePath = "github.com/containers/buildah";
 
@@ -46,7 +46,7 @@ in buildGoPackage rec {
   meta = {
     description = "A tool which facilitates building OCI images";
     homepage = https://github.com/containers/buildah;
-    maintainers = with stdenv.lib.maintainers; [ Profpatsch ];
+    maintainers = with stdenv.lib.maintainers; [ Profpatsch vdemeester ];
     license = stdenv.lib.licenses.asl20;
   };
 }