swego: 1.1 -> 1.12

This commit is contained in:
R. Ryantm 2024-06-13 15:18:24 +00:00
parent c9b3406603
commit 42519bf8d4

View File

@ -7,13 +7,13 @@
buildGoModule rec {
pname = "swego";
version = "1.1";
version = "1.12";
src = fetchFromGitHub {
owner = "nodauf";
repo = "Swego";
rev = "refs/tags/v${version}";
hash = "sha256-O/wczHyaMev0CpAXoDxiN7TtHDsthG+jaH31SPMEB34=";
hash = "sha256-roaAzh6Mncu4qtaxEoXk41Mrmz/l7X1+n+Yh5skA65A=";
};
vendorHash = "sha256-mJWJdwbZq042//hM3WWp2rnLC1GebckUnsIopbF858Q=";