about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorJonas Heinrich <onny@project-insanity.org>2023-01-01 17:13:51 +0100
committerGitHub <noreply@github.com>2023-01-01 17:13:51 +0100
commit5ec7ec9aaa5ef03b19fd0dddbb1173202d788e52 (patch)
tree11eeeb80fee4e37c53f785f0c37617920a9f52f1 /pkgs
parent3b1de55ef360a0a4b96231c0b43aceaac7339e58 (diff)
parent1d63f8c009883643630ef9f3a7986fae721ab201 (diff)
Merge pull request #208558 from r-ryantm/auto-update/litefs
litefs: 0.2.0 -> 0.3.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/tools/database/litefs/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/tools/database/litefs/default.nix b/pkgs/development/tools/database/litefs/default.nix
index 4589ab21ef802..481ee47c7246b 100644
--- a/pkgs/development/tools/database/litefs/default.nix
+++ b/pkgs/development/tools/database/litefs/default.nix
@@ -5,16 +5,16 @@
 
 buildGoModule rec {
   pname = "litefs";
-  version = "0.2.0";
+  version = "0.3.0";
 
   src = fetchFromGitHub {
     owner = "superfly";
     repo = pname;
     rev = "v${version}";
-    sha256 = "sha256-Gh1GcIsRNfAwQ2HJq82IlyUHPyaDpA3CpBe4glBbU/I=";
+    sha256 = "sha256-fNZ0PtgMgCGB1b1HLJsmbm/I8wa3auHimL1ktf6wA9M=";
   };
 
-  vendorSha256 = "sha256-dXCyBY4k9Gxsy/7UwkWFTxihZnFkZGrZKgw9pHD8jco=";
+  vendorSha256 = "sha256-w77JQNk1QZFJVrn9yuvKOemggV9e0FuqhVWK3d4umuY=";
 
   subPackages = [ "cmd/litefs" ];