powerline-go: 1.24 -> 1.25

This commit is contained in:
R. Ryantm
2024-11-26 15:16:23 +00:00
parent 429e2dfc3f
commit fdff94179a
+2 -2
View File
@@ -5,13 +5,13 @@
buildGoModule rec {
pname = "powerline-go";
version = "1.24";
version = "1.25";
src = fetchFromGitHub {
owner = "justjanne";
repo = pname;
rev = "v${version}";
hash = "sha256-3IeyxAc+FRcVsL9AiVr6Jku5f5y3MTT9SXwVQW9MkNo=";
hash = "sha256-DLw/6jnJo0IAh0/Y21mfCLP4GgTFlUGvuwyWJwhzYFU=";
};
vendorHash = "sha256-W7Lf9s689oJy4U5sQlkLt3INJwtvzU2pot3EFimp7Jw=";