Skip to content

Commit

Permalink
reaction: 1.3.0 -> 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed May 30, 2024
1 parent 3852c7a commit cfe52e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/re/reaction/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
fetchFromGitLab,
}:
let
version = "1.3.0";
version = "1.3.1";
in buildGoModule {
inherit version;
pname = "reaction";
Expand All @@ -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=";
Expand Down

0 comments on commit cfe52e8

Please sign in to comment.