tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
fuse-ext2: unstable-2020-07-12 -> 0.0.11
Weijia Wang
2 years ago
49179637
08581608
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
tools
filesystems
fuse-ext2
default.nix
+3
-3
pkgs/tools/filesystems/fuse-ext2/default.nix
···
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "fuse-ext2";
11
-
version = "unstable-2020-07-12";
12
13
src = fetchFromGitHub {
14
owner = "alperakcan";
15
repo = "fuse-ext2";
16
-
rev = "899f17c982dadcea13aa447c3a83c53b9431435a";
17
-
sha256 = "AE7Z+HePAy/h2TCNI9tsz6GVLdnE2AIOM3GnQzerKn8=";
18
};
19
20
patches = [
···
8
9
stdenv.mkDerivation (finalAttrs: {
10
pname = "fuse-ext2";
11
+
version = "0.0.11";
12
13
src = fetchFromGitHub {
14
owner = "alperakcan";
15
repo = "fuse-ext2";
16
+
rev = "v${finalAttrs.version}";
17
+
hash = "sha256-VQMftlnd6q1PdwhSIQwjffjnkhupY8MUc8E+p1tgvUM=";
18
};
19
20
patches = [