From 30c945122cd6fdea4b20be2fb91343f1fedf9ea1 Mon Sep 17 00:00:00 2001 From: Dmitry Kalinkin Date: Thu, 13 Feb 2025 16:31:08 -0500 Subject: [PATCH] eicrecon: 1.21.0 -> 1.22.0 --- flake.lock | 8 ++++---- flake.nix | 2 +- pkgs/eicrecon/default.nix | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.lock b/flake.lock index 68ebefd..6327220 100644 --- a/flake.lock +++ b/flake.lock @@ -88,16 +88,16 @@ "eicrecon-src": { "flake": false, "locked": { - "lastModified": 1736438077, - "narHash": "sha256-IwKBBpsuiDt+ve98coHRX9xTE+i8CzXxL046jSJjKOo=", + "lastModified": 1738960277, + "narHash": "sha256-NE16A5UfbcwGdk1oZuzaaghkAwSC8rOt4w/0mDuQpAk=", "owner": "eic", "repo": "EICrecon", - "rev": "d96cbff18ba2b6e258791ffd6daf94d4b0562ba8", + "rev": "03615474c0fbcb5797430dafd69f40c8fc4516d4", "type": "github" }, "original": { "owner": "eic", - "ref": "v1.21.0", + "ref": "v1.22.0", "repo": "EICrecon", "type": "github" } diff --git a/flake.nix b/flake.nix index f27b345..211eb57 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ flake = false; }; inputs.eicrecon-src = { - url = "github:eic/EICrecon/v1.21.0"; + url = "github:eic/EICrecon/v1.22.0"; flake = false; }; inputs.geant4-src = { diff --git a/pkgs/eicrecon/default.nix b/pkgs/eicrecon/default.nix index 32a2e57..6a4f5f5 100644 --- a/pkgs/eicrecon/default.nix +++ b/pkgs/eicrecon/default.nix @@ -26,7 +26,7 @@ stdenv.mkDerivation rec { pname = "EICrecon"; - version = "1.21.0.${eicrecon-src.shortRev or "dirty"}"; + version = "1.22.0.${eicrecon-src.shortRev or "dirty"}"; src = eicrecon-src;