Skip to content

Commit

Permalink
sillysecrets: 1.3.0 -> 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
42LoCo42 committed Jan 2, 2025
1 parent 6aa4ff1 commit b2608b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ A personal collection of unusual things
|`sae_pk_gen`|`72e2975`|SAE-PK key generator|https://github.com/vanhoefm/hostap-wpa3|
|`samloader`|`master`|Download Samsung firmware from official servers|https://github.com/samloader/samloader|
|`sfnt2woff-zopfli`|`1.3.1`|WOFF utilities with Zopfli compression|https://github.com/bramstein/sfnt2woff-zopfli|
|`sillysecrets`|`1.3.0`|A very silly secrets manager|https://github.com/42LoCo42/sillysecrets|
|`sillysecrets`|`1.4.0`|A very silly secrets manager|https://github.com/42LoCo42/sillysecrets|
|`souk`|`66608041`|Independent Flatpak App Store|https://gitlab.gnome.org/haecker-felix/souk|
|`statsite`|`bf68fa2`|C implementation of statsd|https://github.com/statsite/statsite|
|`steel`|`0.6.0`|An embedded scheme interpreter in Rust|https://github.com/mattwparas/steel|
Expand Down
2 changes: 1 addition & 1 deletion packages/sillysecrets.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgs:
let src = builtins.getFlake "github:42loco42/sillysecrets/f41630b86abbd9a53828826bcec322290d190b92"; in
let src = builtins.getFlake "github:42loco42/sillysecrets/38606ed36836f4c277cb3a2f539237b3d35f6b97"; in
src.packages.${pkgs.system}.default.overrideAttrs (old: {
meta = old.meta // {
description = "A very silly secrets manager";
Expand Down

0 comments on commit b2608b9

Please sign in to comment.