mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 01:54:34 +00:00
Merge pull request #61293 from vdemeester/update-buildah
buildah: 1.7.3 -> 1.8.1
This commit is contained in:
commit
15eb98dcec
@ -3,13 +3,13 @@
|
||||
, go-md2man }:
|
||||
|
||||
let
|
||||
version = "1.7.3";
|
||||
version = "1.8.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
rev = "v${version}";
|
||||
owner = "containers";
|
||||
repo = "buildah";
|
||||
sha256 = "154zjkccinf6nvbz5a8rdlkgy7fi6yz11wi100jn9cmsjydspax8";
|
||||
sha256 = "1w8w10pw5mpr3lc78z2dx3vck40cl7s3zsizsxhs0a9kxnfp01j9";
|
||||
};
|
||||
goPackagePath = "github.com/containers/buildah";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user