mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
rivet: 4.1.1 -> 4.1.2 (#456632)
This commit is contained in:
commit
c0717d0745
1 changed files with 2 additions and 2 deletions
|
|
@ -21,11 +21,11 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "rivet";
|
||||
version = "4.1.1";
|
||||
version = "4.1.2";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://www.hepforge.org/archive/rivet/Rivet-${version}.tar.bz2";
|
||||
hash = "sha256-vR1RM1XD9y8PiKly853Z8RRM6uLLRyVC5dMGD+q08cw=";
|
||||
hash = "sha256-YSR/vD1qSKNcoBovKvn2JsTOKhQBpQ30a2B4yyDs3kY=";
|
||||
};
|
||||
|
||||
latex = texliveBasic.withPackages (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue