forked from mirrors/nixpkgs
orca: 3.28.0 → 3.28.1
This commit is contained in:
parent
97fb4c32f1
commit
39a64b28b5
|
@ -10,7 +10,7 @@
|
|||
with lib;
|
||||
let
|
||||
pname = "orca";
|
||||
version = "3.28.0";
|
||||
version = "3.28.1";
|
||||
in buildPythonApplication rec {
|
||||
name = "${pname}-${version}";
|
||||
|
||||
|
@ -18,7 +18,7 @@ in buildPythonApplication rec {
|
|||
|
||||
src = fetchurl {
|
||||
url = "mirror://gnome/sources/${pname}/${gnome3.versionBranch version}/${name}.tar.xz";
|
||||
sha256 = "1jy2zxs50ah1rg4zgiaj2l2sm1zyyvs37phws0hwmy3xd90ljfc2";
|
||||
sha256 = "04l5ccn7wf175gyq3blfpx0yh70ny06n161297jwc9idf951852g";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue