orca: 41.0 -> 41.1

This commit is contained in:
R. Ryantm
2021-12-08 18:13:43 +01:00
committed by Jan Tojnar
parent 4d0ea4c290
commit a73696f9ef
+2 -2
View File
@@ -34,13 +34,13 @@
buildPythonApplication rec {
pname = "orca";
version = "41.0";
version = "41.1";
format = "other";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "dpflFEXhn9d05osWCtr2aHuAgXLeBBdgLhaXZra21L0=";
sha256 = "H9ArmQlPCfbnLfd54actzkFCfsguJFpOqDIzqX7tonE=";
};
patches = [