Skip to content

Commit 9f3b7eb

Browse files
authored
Update nix flake for v0.12.1 (#255)
## Summary - Updated `vendorHash` to `sha256-JtfZwLpeyVsX/Yvb3EV7L+Gk/lFYaMJcrmID6eEvz84=` - Updated version to `0.12.1` Automated update via `scripts/update-nix-flake.sh`.
1 parent 1ce23c9 commit 9f3b7eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
packages = forAllSystems (pkgs: {
2626
default = (pkgs.buildGoModule.override { go = goPinned pkgs; }) {
2727
pname = "msgvault";
28-
version = "0.12.0";
28+
version = "0.12.1";
2929
src = ./.;
3030
vendorHash = "sha256-JtfZwLpeyVsX/Yvb3EV7L+Gk/lFYaMJcrmID6eEvz84=";
3131
proxyVendor = true;

0 commit comments

Comments
 (0)