gnome-latex: 3.41.2 → 3.42.0
https://gitlab.gnome.org/swilmet/gnome-latex/-/compare/3.41.2...3.42.0
This commit is contained in:
parent
5158271561
commit
5116aa1cf2
1 changed files with 2 additions and 2 deletions
|
@ -21,12 +21,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.41.2";
|
||||
version = "3.42.0";
|
||||
pname = "gnome-latex";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||
sha256 = "8xDwoUUEmfDP92y5+cXWaZGpUGH6s9bmcMSlZHOF1jM=";
|
||||
sha256 = "ASMecEE3WNGu1pYNqhoigfqRNaYFkQuodM7VMn3LhUM=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
|
Loading…
Reference in a new issue