Skip to content

Commit bae8710

Browse files
authored
gosmee: 0.22.3 -> 0.22.4 (#383136)
2 parents f2ac7ed + 42b78d2 commit bae8710

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/go/gosmee/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77

88
buildGoModule rec {
99
pname = "gosmee";
10-
version = "0.22.3";
10+
version = "0.22.4";
1111

1212
src = fetchFromGitHub {
1313
owner = "chmouel";
1414
repo = "gosmee";
1515
rev = "v${version}";
16-
hash = "sha256-zfPD01ARc5nye3Iq01sziC72nnuY3LhZshNugBtdnXs=";
16+
hash = "sha256-e+Mkhkk+PTeTipWFnjiJ8jLMYB7D+/FCWaOuaKe1jr4=";
1717
};
1818
vendorHash = null;
1919

0 commit comments

Comments
 (0)