From d5e135489300caad468d86bdaa43d9c613eec266 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 17:01:00 +0000 Subject: [PATCH] Bump DotNet.ReproducibleBuilds from 1.2.4 to 1.2.25 in /AdventOfCode2022 (#79) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Smaug123 <3138005+Smaug123@users.noreply.github.com> --- Directory.Build.props | 2 +- nix/deps.nix | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7570f9c..3c106de 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -9,6 +9,6 @@ true - + diff --git a/nix/deps.nix b/nix/deps.nix index 5fdd0b3..929d0bb 100644 --- a/nix/deps.nix +++ b/nix/deps.nix @@ -18,8 +18,8 @@ }) (fetchNuGet { pname = "DotNet.ReproducibleBuilds"; - version = "1.2.4"; - hash = "sha256-gViyltFyNeTKc2tEL6tXyIDPDX/2j7aQVlsCIjEPtbQ="; + version = "1.2.25"; + hash = "sha256-Vl9RPq9vCO4bjulPZiOr3gDVKlr9vnuKIIX3KWlRxvw="; }) (fetchNuGet { pname = "fantomas";