Merge pull request #291534 from wegank/fuse-ext2-bump
fuse-ext2: unstable-2020-07-12 -> 0.0.11
This commit is contained in:
commit
c45e6f9dac
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "fuse-ext2";
|
pname = "fuse-ext2";
|
||||||
version = "unstable-2020-07-12";
|
version = "0.0.11";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "alperakcan";
|
owner = "alperakcan";
|
||||||
repo = "fuse-ext2";
|
repo = "fuse-ext2";
|
||||||
rev = "899f17c982dadcea13aa447c3a83c53b9431435a";
|
rev = "v${finalAttrs.version}";
|
||||||
sha256 = "AE7Z+HePAy/h2TCNI9tsz6GVLdnE2AIOM3GnQzerKn8=";
|
hash = "sha256-VQMftlnd6q1PdwhSIQwjffjnkhupY8MUc8E+p1tgvUM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
|
Loading…
Reference in a new issue