1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-17 19:21:04 +00:00

compose2nix: 0.2.1 -> 0.2.2

This commit is contained in:
R. Ryantm 2024-08-23 12:27:37 +00:00
parent 5b36ae93b0
commit ec85ff9346

View file

@ -8,16 +8,16 @@
buildGoModule rec {
pname = "compose2nix";
version = "0.2.1";
version = "0.2.2";
src = fetchFromGitHub {
owner = "aksiksi";
repo = "compose2nix";
rev = "v${version}";
hash = "sha256-+rvjQzfh8lYdJEYwODaRS7fA7Tm/G2ONFvDa1kVG++8";
hash = "sha256-2t4pXTzd5TDpAOzNS8MfnE9p8Rm55OPLaEpSPF4/UbE=";
};
vendorHash = "sha256-5DTPG4FiSWguTmcVmys64Y1fXJHlSI/1qj1VEBJomNk=";
vendorHash = "sha256-SwJzyOXE23BLoJ+efFuSIhDTMjirEUmBhGGmgrnKhXw=";
passthru.tests = {
version = testers.testVersion {