Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

rocqPackages.rocq-elpi: 2.5.0 -> 2.5.1

R. Ryantm 81aca8b2 29662380

+2 -2
+2 -2
pkgs/development/rocq-modules/rocq-elpi/default.nix
··· 31 31 defaultVersion = lib.switch rocq-core.rocq-version [ 32 32 { 33 33 case = "9.0"; 34 - out = "2.5.0"; 34 + out = "2.5.1"; 35 35 } 36 36 ] null; 37 - release."2.5.0".sha256 = "sha256-Z5xjO83X/ZoTQlWnVupGXPH3HuJefr57Kv128I0dltg="; 37 + release."2.5.1".sha256 = "sha256-vw18iPPoI44tM8C05Wj4YvFAi1jjfyjZ90dbxX4NgQM="; 38 38 releaseRev = v: "v${v}"; 39 39 40 40 mlPlugin = true;