izrss: 0.1.2 -> 0.2.0

This commit is contained in:
luftmensch-luftmensch
2025-03-17 23:39:10 +01:00
parent 0ed9cb1b5f
commit 3cc185c344
+3 -3
View File
@@ -5,7 +5,7 @@
...
}:
let
version = "0.1.2";
version = "0.2.0";
in
buildGoModule {
pname = "izrss";
@@ -15,7 +15,7 @@ buildGoModule {
owner = "isabelroses";
repo = "izrss";
tag = "v${version}";
hash = "sha256-t/YvSl6JoYLHsCPkRlbaM8OlAMQc83cb4sOKF7S/CFw=";
hash = "sha256-t+RtdKrYI0MNGSR1ABvClKv+hUJ4Tpg7yKS2qbm7BKc=";
};
ldflags = [
@@ -24,7 +24,7 @@ buildGoModule {
"-X main.version=${version}"
];
vendorHash = "sha256-bB6oxIbFqY0rPoGetIGfKEdfPsX9cqeb9WcjtgjAAJA=";
vendorHash = "sha256-2L/EUoPbz6AZqv84XPhiZhImOL4wyBOzx6Od4+nTJeY=";
meta = {
description = "RSS feed reader for the terminal written in Go";