converseen: 0.12.2.5 -> 0.13.0.1 (#394790)

This commit is contained in:
Weijia Wang 2025-04-06 23:03:13 +02:00 committed by GitHub
commit a090b0fd61
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "converseen";
version = "0.12.2.5";
version = "0.13.0.1";
src = fetchFromGitHub {
owner = "Faster3ck";
repo = "Converseen";
tag = "v${finalAttrs.version}";
hash = "sha256-Q1MmKPzk7erMM5Z5zYP3hGyazupfPjArkmFOFEhxWg4=";
hash = "sha256-EFeOBk/KK7CaX+Da5PxIWsImw8Sgjlvcl29QKO71V+Y=";
};
strictDeps = true;