reaction: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm 2024-05-30 02:49:20 +00:00
parent 3852c7ab26
commit cfe52e8a5c

View File

@ -5,7 +5,7 @@
fetchFromGitLab,
}:
let
version = "1.3.0";
version = "1.3.1";
in buildGoModule {
inherit version;
pname = "reaction";
@ -15,7 +15,7 @@ in buildGoModule {
owner = "ppom";
repo = "reaction";
rev = "v${version}";
sha256 = "sha256-hlrso4dCGwn5/jOEPvjrK0RgctB4a70UhQkF+cv6NMc=";
sha256 = "sha256-hBEtXaTpubb5sKSrA8bhw3MW6YLszuESWrFZYf/+RvM=";
};
vendorHash = "sha256-THUIoWFzkqaTofwH4clBgsmtUlLS9WIB2xjqW7vkhpg=";