tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
mtdutils: 2.1.6 -> 2.2.0
R. Ryantm
2 years ago
b6faaa7c
cd75d227
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
mtdutils
default.nix
+2
-2
pkgs/tools/filesystems/mtdutils/default.nix
···
2
2
3
3
stdenv.mkDerivation rec {
4
4
pname = "mtd-utils";
5
5
-
version = "2.1.6";
5
5
+
version = "2.2.0";
6
6
7
7
src = fetchgit {
8
8
url = "git://git.infradead.org/mtd-utils.git";
9
9
rev = "v${version}";
10
10
-
sha256 = "sha256-NMYzUPt/91lv8f7E1ytX91SqwbBEOtHjCL54EcumcZA=";
10
10
+
sha256 = "sha256-uYXzZnVL5PkyDAntH8YsocwmQ8tf1f0Vl78SdE2B+Oc=";
11
11
};
12
12
13
13
nativeBuildInputs = [ autoreconfHook pkg-config ] ++ lib.optional doCheck cmocka;