tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
mtdutils: 2.2.1 -> 2.3.0
R. Ryantm
11 months ago
04ac2f48
dcc0ce5e
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
mt
mtdutils
package.nix
+2
-2
pkgs/by-name/mt/mtdutils/package.nix
···
15
16
stdenv.mkDerivation rec {
17
pname = "mtd-utils";
18
-
version = "2.2.1";
19
20
src = fetchgit {
21
url = "git://git.infradead.org/mtd-utils.git";
22
rev = "v${version}";
23
-
hash = "sha256-vGgBOKu+ClmyRZHQkAS8r/YJtZihr/oD/yj8V7DeAQ8=";
24
};
25
26
nativeBuildInputs = [
···
15
16
stdenv.mkDerivation rec {
17
pname = "mtd-utils";
18
+
version = "2.3.0";
19
20
src = fetchgit {
21
url = "git://git.infradead.org/mtd-utils.git";
22
rev = "v${version}";
23
+
hash = "sha256-qQ8r0LBxwzdT9q9ILxKD1AfzLimaNHdc9BT3Rox1eXs=";
24
};
25
26
nativeBuildInputs = [