Compare commits

...

2 Commits

Author SHA1 Message Date
nix-update bot
eb9744a01d notesmd-cli: 0.3.1 -> 0.3.2
Diff: https://github.com/Yakitrak/notesmd-cli/compare/v0.3.1...v0.3.2
2026-03-07 03:03:14 +01:00
nix-update bot
74f23ed9f1 chore: update flake inputs 2026-03-07 03:00:48 +01:00
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View File

@@ -18,11 +18,11 @@
},
"nixpkgs-master": {
"locked": {
"lastModified": 1772804672,
"narHash": "sha256-E76JITvQVrPMBRNECVE9WRD8qcFmS2NUJ5i+io+ifQ0=",
"lastModified": 1772847790,
"narHash": "sha256-lEK3FqujT4UPgk31wI90scsZQK+I1GaLa61SOQ2Jirc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9f2cd1e02d35b21640bf77765a43c6d5dd386f3e",
"rev": "9724b991f92022aafa14b3610840f9742752227d",
"type": "github"
},
"original": {

View File

@@ -6,13 +6,13 @@
}:
buildGoModule (finalAttrs: {
pname = "notesmd-cli";
version = "0.3.1";
version = "0.3.2";
src = fetchFromGitHub {
owner = "Yakitrak";
repo = "notesmd-cli";
tag = "v${finalAttrs.version}";
hash = "sha256-ruXayv1tKUtDAlj3yPtSF0D28bompbznx04+F3MAq14=";
hash = "sha256-/yewtA5eJ4hxwZ4bBx8Pef+/TSY6Hfv15AAB9lxsW+4=";
};
vendorHash = null;