converseen: 0.12.2.4 -> 0.12.2.5

This commit is contained in:
R. Ryantm
2025-01-27 21:03:29 +00:00
parent fa9a43a8d9
commit ec8f90c9ed
+2 -2
View File
@@ -11,13 +11,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "converseen";
version = "0.12.2.4";
version = "0.12.2.5";
src = fetchFromGitHub {
owner = "Faster3ck";
repo = "Converseen";
tag = "v${finalAttrs.version}";
hash = "sha256-+AYw0/hCAVMPeD9MigYO5ddfs6o6w901OJH03H8gYlw=";
hash = "sha256-Q1MmKPzk7erMM5Z5zYP3hGyazupfPjArkmFOFEhxWg4=";
};
strictDeps = true;