Skip to content

Commit

Permalink
nym: 2024.13-magura-patched -> 2024.14-crunch-patched
Browse files Browse the repository at this point in the history
  • Loading branch information
Bot-wxt1221 committed Dec 22, 2024
1 parent da8a31d commit 377e166
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pkgs/by-name/ny/nym/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
pkg-config,
openssl,
darwin,
nix-update-script,
gitUpdater,
rustc,
fetchurl,
}:

rustPlatform.buildRustPackage rec {
pname = "nym";
version = "2024.13-magura-patched";
version = "2024.14-crunch-patched";

src = fetchFromGitHub {
owner = "nymtech";
repo = "nym";
tag = "nym-binaries-v${version}";
hash = "sha256-N9nnDtTIvKJX1wpiAEJ2X7Dv5Qc5V6CiTR/TjJAnv3s=";
hash = "sha256-ze0N+Hg+jVFKaoreCrZUUA3cHGtUZFtxCh5RwTqOdsc=";
};

swagger-ui = fetchurl {
Expand All @@ -45,7 +45,9 @@ rustPlatform.buildRustPackage rec {

checkType = "debug";

passthru.updateScript = nix-update-script { };
passthru.updateScript = gitUpdater {
rev-prefix = "nym-binaries-v";
};

env = {
VERGEN_BUILD_TIMESTAMP = "0";
Expand Down

0 comments on commit 377e166

Please sign in to comment.