gosmee: 0.22.1 -> 0.22.3

This commit is contained in:
R. Ryantm
2024-12-17 12:41:49 +00:00
parent 4989a246d7
commit 5f8a25819e
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "gosmee";
version = "0.22.1";
version = "0.22.3";
src = fetchFromGitHub {
owner = "chmouel";
repo = "gosmee";
rev = "v${version}";
hash = "sha256-UnGzPkbw7x8l1+9xEXFiJZFzJT5yu7MCgPKkKzaFqkk=";
hash = "sha256-zfPD01ARc5nye3Iq01sziC72nnuY3LhZshNugBtdnXs=";
};
vendorHash = null;