Skip to content

Commit

Permalink
melange: 0.18.1 -> 0.18.2 (#368962)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickCao authored Dec 30, 2024
2 parents 27b8aaf + 61bda58 commit 85b017e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/me/melange/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@

buildGoModule rec {
pname = "melange";
version = "0.18.1";
version = "0.18.2";

src = fetchFromGitHub {
owner = "chainguard-dev";
repo = pname;
rev = "v${version}";
hash = "sha256-VVEmW2NqSqJYvBTGkfgvBzViTKgIj1uWi5F0X1ztN1E=";
hash = "sha256-DlFGB0uVAPUd9EqTWEQm1AKtUbTgm1z5ftENzPMkAz4=";
# populate values that require us to use git. By doing this in postFetch we
# can delete .git afterwards and maintain better reproducibility of the src.
leaveDotGit = true;
Expand All @@ -25,7 +25,7 @@ buildGoModule rec {
'';
};

vendorHash = "sha256-5d6T6MUeKPypjHwe1efK8rAujz/uIxEanMWeGhYvbc0=";
vendorHash = "sha256-xOsxzDIk2tuPXDtf1k0604B3AYgxEH5iQ/YdDs2Aezs=";

subPackages = [ "." ];

Expand Down

0 comments on commit 85b017e

Please sign in to comment.