Merge pull request #302238 from r-ryantm/auto-update/fm-go

fm-go: 0.16.0 -> 1.0.0
This commit is contained in:
Peder Bergebakken Sundt 2024-04-12 20:51:45 +02:00 committed by GitHub
commit e18b8d9241
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -7,16 +7,16 @@
let
finalAttrs = {
pname = "fm";
version = "0.16.0";
version = "1.0.0";
src = fetchFromGitHub {
owner = "mistakenelf";
repo = "fm";
rev = "v${finalAttrs.version}";
hash = "sha256-wiACaszbkO9jBYmIfeQpcx984RY41Emyu911nkJxUFY=";
hash = "sha256-j92xf75JTLBaVr8GjAwlqgrieZCifVaIBy9ZMoDIaEY=";
};
vendorHash = "sha256-AfRGoKiVZGVIbsDj5pV1zCkp2FpcfWKS0t+cTU51RRc=";
vendorHash = "sha256-iDKDUpxaV/ZGKvTeNu4m5X/tqQA311Nb+2gvrehpdpw=";
meta = {
homepage = "https://github.com/mistakenelf/fm";