stoat-desktop: 1.4.0 -> 1.4.2

This commit is contained in:
R. Ryantm
2026-07-25 09:59:59 +00:00
parent e0166b2fe1
commit 5f7d67a4e1
+2 -2
View File
@@ -21,14 +21,14 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "stoat-desktop";
version = "1.4.0";
version = "1.4.2";
src = fetchFromGitHub {
owner = "stoatchat";
repo = "for-desktop";
tag = "v${finalAttrs.version}";
fetchSubmodules = true;
hash = "sha256-l4kxlPwohaxserVyNAb3Dp4f5XhnPUKeuRJwrOl9EWc=";
hash = "sha256-Qfny57ZwSk19R4fnz+IQoEhbVG76yJhx06QPDpLM7fM=";
};
patches = [