rimgo: 1.2.3 -> 1.2.5

This commit is contained in:
Zitrone 2024-06-21 04:56:47 +02:00
parent 6f35d8d794
commit c2e1caacec
No known key found for this signature in database
GPG Key ID: 54767E8E66ABED22

View File

@ -6,17 +6,17 @@
}:
buildGoModule rec {
pname = "rimgo";
version = "1.2.3";
version = "1.2.5";
src = fetchFromGitea {
domain = "codeberg.org";
owner = "rimgo";
repo = "rimgo";
rev = "v${version}";
hash = "sha256-nokXM+lnTiaWKwglmFYLBpnGHJn1yFok76tqb0nulVA=";
hash = "sha256-MSYTupt5f3ZjB84iLBp7bR+/nie1murpONKfXrBCu9Q=";
};
vendorHash = "sha256-wDTSqfp1Bb1Jb9XX3A3/p5VUcjr5utpe6l/3pXfZpsg=";
vendorHash = "sha256-nk1Pl9K62RjmBUgTlbp3u6cCoiEwpUHavfT3Oy0iyGU=";
nativeBuildInputs = [ tailwindcss ];