tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
units: update from 2.10 to 2.11
Aristid Breitkreuz
11 years ago
f995cd6b
5bde8818
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
misc
units
default.nix
+3
-3
pkgs/tools/misc/units/default.nix
···
1
1
{stdenv, fetchurl}:
2
2
stdenv.mkDerivation {
3
3
-
name = "units-2.10";
3
3
+
name = "units-2.11";
4
4
5
5
src = fetchurl {
6
6
-
url = mirror://gnu/units/units-2.10.tar.gz;
7
7
-
sha256 = "0fa4bk5aqyis5zisz6l8mqqk76njj6zgx3pbrjp5kvraz1dz78lc";
6
6
+
url = mirror://gnu/units/units-2.11.tar.gz;
7
7
+
sha256 = "1gjs3wc212aaiq4r76hx9nl1h3fa39n0ljwl9420d6ixl3rdmdjk";
8
8
};
9
9
10
10
meta = {