Skip to content

Commit

Permalink
Merge pull request NixOS#251312 from Mic92/wee-slack
Browse files Browse the repository at this point in the history
weechatScripts.wee-slack: 2.9.1 -> 2.10.0
  • Loading branch information
matthiasbeyer authored Aug 25, 2023
2 parents ccf6b46 + 0ca2129 commit 9ce6dcf
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

stdenv.mkDerivation rec {
pname = "wee-slack";
version = "2.9.1";
version = "2.10.0";

src = fetchFromGitHub {
repo = "wee-slack";
owner = "wee-slack";
rev = "v${version}";
sha256 = "sha256-f5CRJmvNZlKOE1XsU214R42dYo0s5xSRXC8TKOniEf4=";
sha256 = "sha256-SxmMCD7FdkmZ0ccDbuY2XUGcLxHlv62x4Pj55Wzf0AA=";
};

patches = [
Expand Down

0 comments on commit 9ce6dcf

Please sign in to comment.