Merge pull request #306431 from r-ryantm/auto-update/converseen

converseen: 0.12.2.2 -> 0.12.2.3
This commit is contained in:
Nick Cao 2024-04-24 10:11:40 -04:00 committed by GitHub
commit 8455927b62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -10,13 +10,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "converseen";
version = "0.12.2.2";
version = "0.12.2.3";
src = fetchFromGitHub {
owner = "Faster3ck";
repo = "Converseen";
rev = "refs/tags/v${finalAttrs.version}";
hash = "sha256-nAX5o+rqQCwBTizqwLPewmhlYQbxlPj158U+v3Z08fQ=";
hash = "sha256-ISXEEJHE7C1gqEmhIAPuu8ibrh0Cvh7EyRKsFeDuLDE=";
};
strictDeps = true;