Skip to content

Commit

Permalink
mutagen-compose: 0.17.5 -> 0.17.6
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 1, 2024
1 parent 705bad7 commit 4af50ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/misc/mutagen-compose/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "mutagen-compose";
version = "0.17.5";
version = "0.17.6";

src = fetchFromGitHub {
owner = "mutagen-io";
repo = pname;
rev = "v${version}";
hash = "sha256-EkUaxk+zCm1ta1/vjClZHki/MghLvUkCeiW7hST7WEc=";
hash = "sha256-ZcfwpEfdoSMCGtw5Icj1hXbk5CRYS4LBtdaiX62E4I0=";
};

vendorHash = "sha256-siLS53YVQfCwqyuvXXvHFtlpr3RQy2GP2/ZV+Tv/Lqc=";
vendorHash = "sha256-XyWi06siSHOKZca0w4WLIFGM63wnF//2rRP4aH5rFAo=";

doCheck = false;

Expand Down

0 comments on commit 4af50ff

Please sign in to comment.