nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

litestream: 0.3.8 -> 0.3.9

+3 -3
+3 -3
pkgs/development/tools/database/litestream/default.nix
··· 4 4 }: 5 5 buildGoModule rec { 6 6 pname = "litestream"; 7 - version = "0.3.8"; 7 + version = "0.3.9"; 8 8 9 9 src = fetchFromGitHub { 10 10 owner = "benbjohnson"; 11 11 repo = pname; 12 12 rev = "v${version}"; 13 - sha256 = "sha256-0Yyx8kbpu3T868hI9tJkBIjplAoQDA4XzhraHhOp61Q="; 13 + sha256 = "sha256-zs+Li8ylw+zexxuEkXX4qk7qslk23BLBcoHXRIuQNmU="; 14 14 }; 15 15 16 16 ldflags = [ ··· 19 19 "-X main.Version=${version}" 20 20 ]; 21 21 22 - vendorSha256 = "sha256-zCz9dki87dpZCo+/KuFzwtv/0TlBcvQDTxTuLN2FiHY="; 22 + vendorSha256 = "sha256-GiCvifdbWz+hH6aHACzlBpppNC5p24MHRWlbtKLIFhE="; 23 23 24 24 meta = with lib; { 25 25 description = "Streaming replication for SQLite";