about summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-02-29 20:29:21 +0100
committerGitHub <noreply@github.com>2024-02-29 20:29:21 +0100
commitc45e6f9dacbe6c67c58a8791162cbd7e376692fa (patch)
treed6c6dbe6d4fc4f4ed2ea0f49d5b6ae9d4df2350e /pkgs/tools
parente9daea00424a35ec178ea48f9cb8eb78b7a80b53 (diff)
parent49179637b48023d68e6930d6af4869f11376bdb5 (diff)
downloadnixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar.gz
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar.bz2
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar.lz
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar.xz
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.tar.zst
nixlib-c45e6f9dacbe6c67c58a8791162cbd7e376692fa.zip
Merge pull request #291534 from wegank/fuse-ext2-bump
fuse-ext2: unstable-2020-07-12 -> 0.0.11
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/filesystems/fuse-ext2/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/filesystems/fuse-ext2/default.nix b/pkgs/tools/filesystems/fuse-ext2/default.nix
index aaff185a4a1b..e608bc5a41db 100644
--- a/pkgs/tools/filesystems/fuse-ext2/default.nix
+++ b/pkgs/tools/filesystems/fuse-ext2/default.nix
@@ -8,13 +8,13 @@
 
 stdenv.mkDerivation (finalAttrs: {
   pname = "fuse-ext2";
-  version = "unstable-2020-07-12";
+  version = "0.0.11";
 
   src = fetchFromGitHub {
     owner = "alperakcan";
     repo = "fuse-ext2";
-    rev = "899f17c982dadcea13aa447c3a83c53b9431435a";
-    sha256 = "AE7Z+HePAy/h2TCNI9tsz6GVLdnE2AIOM3GnQzerKn8=";
+    rev = "v${finalAttrs.version}";
+    hash = "sha256-VQMftlnd6q1PdwhSIQwjffjnkhupY8MUc8E+p1tgvUM=";
   };
 
   patches = [