feature/file-metadata-and-range #3

Merged
torjus merged 4 commits from feature/file-metadata-and-range into master 2026-02-04 00:37:06 +00:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit c829dd28a9 - Show all commits

View File

@@ -20,7 +20,7 @@ import (
const ( const (
defaultDatabase = "sqlite://hm-options.db" defaultDatabase = "sqlite://hm-options.db"
version = "0.1.1" version = "0.1.2"
) )
func main() { func main() {

View File

@@ -19,7 +19,7 @@ import (
const ( const (
defaultDatabase = "sqlite://nixos-options.db" defaultDatabase = "sqlite://nixos-options.db"
version = "0.1.1" version = "0.1.2"
) )
func main() { func main() {

View File

@@ -7,7 +7,7 @@
buildGoModule { buildGoModule {
inherit pname src; inherit pname src;
version = "0.1.1"; version = "0.1.2";
vendorHash = "sha256-D0KIxQC9ctIAaHBFTvkhBE06uOZwDUcIw8471Ug2doY="; vendorHash = "sha256-D0KIxQC9ctIAaHBFTvkhBE06uOZwDUcIw8471Ug2doY=";